#A06F07

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

Shades of Golden Brown #A06F07

Tints of Golden Brown #A06F07

Color information

#A06F07 (or 0xA06F07) is unknown color: approx Golden Brown. HEX triplet: A0, 6F and 07. RGB value is (160,111,7). Sum of RGB (Red+Green+Blue) = 160+111+7=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F07 is #5F90F8. Grayscale: #727272. Windows color (decimal): -6263033 or 487328. OLE color: 487328.

HSL color Cylindrical-coordinate representation of color #A06F07: hue angle of 40.78º degrees, saturation: 0.92, 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 #A06F07 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1601117-
CMYK00.310.960.37
HSL40.78º91.62%32.75%-
HSV(B)40.78º95.63%62.75%-
XYZ20.2218.862.78-
YUV113.7967.73160.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 7 (3.12% from 255) = 2.52%
R=57.55%
G=39.93%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160111700.310.960.3740.7891.6232.75
HexA06F701F6025295c21
Octal2401577037140455113441
Binary10100000110111111101111111000001001011010011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F07; }

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

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

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

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

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

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

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

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