#A4523D

Color #A4523D Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A4523D

Tints of Orange Roughy #A4523D

Color information

#A4523D (or 0xA4523D) is unknown color: approx Orange Roughy. HEX triplet: A4, 52 and 3D. RGB value is (164,82,61). Sum of RGB (Red+Green+Blue) = 164+82+61=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4523D is #5BADC2. Grayscale: #686868. Windows color (decimal): -6008259 or 4018852. OLE color: 4018852.

HSL color Cylindrical-coordinate representation of color #A4523D: hue angle of 12.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4523D is Cyan = 0, Magento = 0.5, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1648261-
CMYK00.50.630.36
HSL12.23º45.78%44.12%-
HSV(B)12.23º62.8%64.31%-
XYZ19.1714.266.16-
YUV104.12103.67170.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=53.42%
G=26.71%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164826100.50.630.3612.2345.7844.12
HexA4523D0323F24c2e2c
Octal244122750627744145654
Binary10100100101001011110101100101111111001001100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4523D; }

 p { color: rgb(164,82,61); }

 H1.HeaderClassName
 {
   color: #A4523D;
 }
 .AnyTagClassName
 {
   color: #A4523D;
 }
</style>
background-color css

<style>
 a { background-color: #A4523D; }

 a { background-color: rgb(164,82,61); }

 div.DivClassName
 {
   background-color: #A4523D;
 }
 .BgClassName
 {
   background-color: #A4523D;
 }
</style>
border-color css

<style>
 span { border-color: #A4523D; }

 span { border-color: rgb(164,82,61); }

 td.TdClassName
 {
   border-color: #A4523D;
 }
 .TagClassName
 {
   border-color: #A4523D;
 }
</style>