#A85F07

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

Shades of Golden Brown #A85F07

Tints of Golden Brown #A85F07

Color information

#A85F07 (or 0xA85F07) is unknown color: approx Golden Brown. HEX triplet: A8, 5F and 07. RGB value is (168,95,7). Sum of RGB (Red+Green+Blue) = 168+95+7=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F07 is #57A0F8. Grayscale: #6B6B6B. Windows color (decimal): -5742841 or 483240. OLE color: 483240.

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

Color convert

RGB168957-
CMYK00.430.960.34
HSL32.8º92%34.31%-
HSV(B)32.8º95.83%65.88%-
XYZ20.2816.522.32-
YUV106.7971.68171.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.22%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 7 (3.12% from 255) = 2.59%
R=62.22%
G=35.19%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16895700.430.960.3432.89234.31
HexA85F702B6022215c22
Octal2501377053140424113442
Binary101010001011111111010101111000001000101000011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F07; }

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

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

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

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

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

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

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

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