#A55C18

Color #A55C18 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A55C18

Tints of Golden Brown #A55C18

Color information

#A55C18 (or 0xA55C18) is unknown color: approx Golden Brown. HEX triplet: A5, 5C and 18. RGB value is (165,92,24). Sum of RGB (Red+Green+Blue) = 165+92+24=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C18 is #5AA3E7. Grayscale: #6A6A6A. Windows color (decimal): -5940200 or 1596581. OLE color: 1596581.

HSL color Cylindrical-coordinate representation of color #A55C18: hue angle of 28.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A55C18 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1659224-
CMYK00.440.850.35
HSL28.94º74.6%37.06%-
HSV(B)28.94º85.45%64.71%-
XYZ19.5115.722.87-
YUV106.0881.68170.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 24 (9.77% from 255) = 8.54%
R=58.72%
G=32.74%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165922400.440.850.3528.9474.637.06
HexA55C1802C55231d4b25
Octal24513430054125433511345
Binary1010010110111001100001011001010101100011111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C18; }

 p { color: rgb(165,92,24); }

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

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

 a { background-color: rgb(165,92,24); }

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

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

 span { border-color: rgb(165,92,24); }

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