#A55B06

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

Shades of Golden Brown #A55B06

Tints of Golden Brown #A55B06

Color information

#A55B06 (or 0xA55B06) is unknown color: approx Golden Brown. HEX triplet: A5, 5B and 06. RGB value is (165,91,6). Sum of RGB (Red+Green+Blue) = 165+91+6=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55B06 is #5AA4F9. Grayscale: #676767. Windows color (decimal): -5940474 or 416677. OLE color: 416677.

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

Color convert

RGB165916-
CMYK00.450.960.35
HSL32.08º92.98%33.53%-
HSV(B)32.08º96.36%64.71%-
XYZ19.2915.492.15-
YUV103.4473.02171.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.98%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=62.98%
G=34.73%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16591600.450.960.3532.0892.9833.53
HexA55B602D6023205d22
Octal2451336055140434013542
Binary101001011011011110010110111000001000111000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B06; }

 p { color: rgb(165,91,6); }

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

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

 a { background-color: rgb(165,91,6); }

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

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

 span { border-color: rgb(165,91,6); }

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