#a45d06

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

Shades of Golden Brown #A45D06

Tints of Golden Brown #A45D06

Color information

#A45D06 (or 0xA45D06) is unknown color: approx Golden Brown. HEX triplet: A4, 5D and 06. RGB value is (164,93,6). Sum of RGB (Red+Green+Blue) = 164+93+6=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45D06 is #5BA2F9. Grayscale: #686868. Windows color (decimal): -6005498 or 417188. OLE color: 417188.

HSL color Cylindrical-coordinate representation of color #A45D06: hue angle of 33.04º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A45D06 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB164936-
CMYK00.430.960.36
HSL33.04º92.94%33.33%-
HSV(B)33.04º96.34%64.31%-
XYZ19.2615.732.19-
YUV104.3172.52170.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=62.36%
G=35.36%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16493600.430.960.3633.0492.9433.33
HexA45D602B6024215d21
Octal2441356053140444113541
Binary101001001011101110010101111000001001001000011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45d06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45d06; }

 p { color: rgb(164,93,6); }

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

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

 a { background-color: rgb(164,93,6); }

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

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

 span { border-color: rgb(164,93,6); }

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