#A95F07

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

Shades of Golden Brown #A95F07

Tints of Golden Brown #A95F07

Color information

#A95F07 (or 0xA95F07) is unknown color: approx Golden Brown. HEX triplet: A9, 5F and 07. RGB value is (169,95,7). Sum of RGB (Red+Green+Blue) = 169+95+7=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95F07 is #56A0F8. Grayscale: #6B6B6B. Windows color (decimal): -5677305 or 483241. OLE color: 483241.

HSL color Cylindrical-coordinate representation of color #A95F07: hue angle of 32.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A95F07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169957-
CMYK00.440.960.34
HSL32.59º92.05%34.51%-
HSV(B)32.59º95.86%66.27%-
XYZ20.4916.632.33-
YUV107.0971.52172.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 7 (3.12% from 255) = 2.58%
R=62.36%
G=35.06%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16995700.440.960.3432.5992.0534.51
HexA95F702C6022215c23
Octal2511377054140424113443
Binary101010011011111111010110011000001000101000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F07; }

 p { color: rgb(169,95,7); }

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

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

 a { background-color: rgb(169,95,7); }

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

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

 span { border-color: rgb(169,95,7); }

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