#A55E09

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

Shades of Golden Brown #A55E09

Tints of Golden Brown #A55E09

Color information

#A55E09 (or 0xA55E09) is unknown color: approx Golden Brown. HEX triplet: A5, 5E and 09. RGB value is (165,94,9). Sum of RGB (Red+Green+Blue) = 165+94+9=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55E09 is #5AA1F6. Grayscale: #696969. Windows color (decimal): -5939703 or 614053. OLE color: 614053.

HSL color Cylindrical-coordinate representation of color #A55E09: hue angle of 32.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A55E09 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB165949-
CMYK00.430.950.35
HSL32.69º89.66%34.12%-
HSV(B)32.69º94.55%64.71%-
XYZ19.5716.022.32-
YUV105.5473.52170.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 9 (3.91% from 255) = 3.36%
R=61.57%
G=35.07%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16594900.430.950.3532.6989.6634.12
HexA55E902B5F23215a22
Octal24513611053137434113242
Binary1010010110111101001010101110111111000111000011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E09; }

 p { color: rgb(165,94,9); }

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

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

 a { background-color: rgb(165,94,9); }

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

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

 span { border-color: rgb(165,94,9); }

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