#A07306

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

Shades of Golden Brown #A07306

Tints of Golden Brown #A07306

Color information

#A07306 (or 0xA07306) is unknown color: approx Golden Brown. HEX triplet: A0, 73 and 06. RGB value is (160,115,6). Sum of RGB (Red+Green+Blue) = 160+115+6=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A07306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07306 is #5F8CF9. Grayscale: #747474. Windows color (decimal): -6262010 or 422816. OLE color: 422816.

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

Color convert

RGB1601156-
CMYK00.280.960.37
HSL42.47º92.77%32.55%-
HSV(B)42.47º96.25%62.75%-
XYZ20.6619.752.9-
YUV116.0365.91159.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=56.94%
G=40.93%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160115600.280.960.3742.4792.7732.55
HexA073601C60252a5d21
Octal2401636034140455213541
Binary10100000111001111001110011000001001011010101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07306; }

 p { color: rgb(160,115,6); }

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

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

 a { background-color: rgb(160,115,6); }

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

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

 span { border-color: rgb(160,115,6); }

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