#A55C19

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

Shades of Golden Brown #A55C19

Tints of Golden Brown #A55C19

Color information

#A55C19 (or 0xA55C19) is unknown color: approx Golden Brown. HEX triplet: A5, 5C and 19. RGB value is (165,92,25). Sum of RGB (Red+Green+Blue) = 165+92+25=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C19 is #5AA3E6. Grayscale: #6A6A6A. Windows color (decimal): -5940199 or 1662117. OLE color: 1662117.

HSL color Cylindrical-coordinate representation of color #A55C19: hue angle of 28.71º degrees, saturation: 0.74, 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 #A55C19 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1659225-
CMYK00.440.850.35
HSL28.71º73.68%37.25%-
HSV(B)28.71º84.85%64.71%-
XYZ19.5215.722.93-
YUV106.1982.18169.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=58.51%
G=32.62%
B=8.87%

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
Decimal165922500.440.850.3528.7173.6837.25
HexA55C1902C55231d4a25
Octal24513431054125433511245
Binary1010010110111001100101011001010101100011111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C19; }

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

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

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

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

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

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

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

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