#A55206

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

Shades of Golden Brown #A55206

Tints of Golden Brown #A55206

Color information

#A55206 (or 0xA55206) is unknown color: approx Golden Brown. HEX triplet: A5, 52 and 06. RGB value is (165,82,6). Sum of RGB (Red+Green+Blue) = 165+82+6=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55206 is #5AADF9. Grayscale: #626262. Windows color (decimal): -5942778 or 414373. OLE color: 414373.

HSL color Cylindrical-coordinate representation of color #A55206: hue angle of 28.68º 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 #A55206 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165826-
CMYK00.500.960.35
HSL28.68º92.98%33.53%-
HSV(B)28.68º96.36%64.71%-
XYZ18.5714.051.91-
YUV98.1576175.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=65.22%
G=32.41%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16582600.500.960.3528.6892.9833.53
HexA552603260231d5d22
Octal2451226062140433513542
Binary10100101101001011001100101100000100011111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55206; }

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

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

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

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

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

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

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

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