#A06F04

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

Shades of Golden Brown #A06F04

Tints of Golden Brown #A06F04

Color information

#A06F04 (or 0xA06F04) is unknown color: approx Golden Brown. HEX triplet: A0, 6F and 04. RGB value is (160,111,4). Sum of RGB (Red+Green+Blue) = 160+111+4=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F04 is #5F90FB. Grayscale: #717171. Windows color (decimal): -6263036 or 290720. OLE color: 290720.

HSL color Cylindrical-coordinate representation of color #A06F04: hue angle of 41.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A06F04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1601114-
CMYK00.310.980.37
HSL41.15º95.12%32.16%-
HSV(B)41.15º97.5%62.75%-
XYZ20.218.852.69-
YUV113.4566.23161.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=58.18%
G=40.36%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160111400.310.980.3741.1595.1232.16
HexA06F401F6225295f20
Octal2401574037142455113740
Binary10100000110111110001111111000101001011010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F04; }

 p { color: rgb(160,111,4); }

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

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

 a { background-color: rgb(160,111,4); }

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

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

 span { border-color: rgb(160,111,4); }

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