#A56206

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

Shades of Golden Brown #A56206

Tints of Golden Brown #A56206

Color information

#A56206 (or 0xA56206) is unknown color: approx Golden Brown. HEX triplet: A5, 62 and 06. RGB value is (165,98,6). Sum of RGB (Red+Green+Blue) = 165+98+6=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A56206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56206 is #5A9DF9. Grayscale: #6B6B6B. Windows color (decimal): -5938682 or 418469. OLE color: 418469.

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

Color convert

RGB165986-
CMYK00.410.960.35
HSL34.72º92.98%33.53%-
HSV(B)34.72º96.36%64.71%-
XYZ19.9216.752.36-
YUV107.5470.7168.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=61.34%
G=36.43%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16598600.410.960.3534.7292.9833.53
HexA56260296023235d22
Octal2451426051140434313542
Binary101001011100010110010100111000001000111000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56206; }

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

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

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

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

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

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

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

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