#A46B06

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

Shades of Golden Brown #A46B06

Tints of Golden Brown #A46B06

Color information

#A46B06 (or 0xA46B06) is unknown color: approx Golden Brown. HEX triplet: A4, 6B and 06. RGB value is (164,107,6). Sum of RGB (Red+Green+Blue) = 164+107+6=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46B06 is #5B94F9. Grayscale: #707070. Windows color (decimal): -6001914 or 420772. OLE color: 420772.

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

Color convert

RGB1641076-
CMYK00.350.960.36
HSL38.35º92.94%33.33%-
HSV(B)38.35º96.34%64.31%-
XYZ20.618.422.64-
YUV112.5367.88164.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.21%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=59.21%
G=38.63%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164107600.350.960.3638.3592.9433.33
HexA46B60236024265d21
Octal2441536043140444613541
Binary101001001101011110010001111000001001001001101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B06; }

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

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

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

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

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

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

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

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