#A65F0F

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

Shades of Golden Brown #A65F0F

Tints of Golden Brown #A65F0F

Color information

#A65F0F (or 0xA65F0F) is unknown color: approx Golden Brown. HEX triplet: A6, 5F and 0F. RGB value is (166,95,15). Sum of RGB (Red+Green+Blue) = 166+95+15=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F0F is #59A0F0. Grayscale: #6B6B6B. Windows color (decimal): -5873905 or 1007526. OLE color: 1007526.

HSL color Cylindrical-coordinate representation of color #A65F0F: hue angle of 31.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A65F0F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1669515-
CMYK00.430.910.35
HSL31.79º83.43%35.49%-
HSV(B)31.79º90.96%65.1%-
XYZ19.916.332.55-
YUV107.1176.02170-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 15 (6.25% from 255) = 5.43%
R=60.14%
G=34.42%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166951500.430.910.3531.7983.4335.49
HexA65FF02B5B23205323
Octal24613717053133434012343
Binary1010011010111111111010101110110111000111000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F0F; }

 p { color: rgb(166,95,15); }

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

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

 a { background-color: rgb(166,95,15); }

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

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

 span { border-color: rgb(166,95,15); }

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