#A65F17

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

Shades of Golden Brown #A65F17

Tints of Golden Brown #A65F17

Color information

#A65F17 (or 0xA65F17) is unknown color: approx Golden Brown. HEX triplet: A6, 5F and 17. RGB value is (166,95,23). Sum of RGB (Red+Green+Blue) = 166+95+23=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F17 is #59A0E8. Grayscale: #6C6C6C. Windows color (decimal): -5873897 or 1531814. OLE color: 1531814.

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

Color convert

RGB1669523-
CMYK00.430.860.35
HSL30.21º75.66%37.06%-
HSV(B)30.21º86.14%65.1%-
XYZ19.9716.352.91-
YUV108.0280.02169.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.45%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=58.45%
G=33.45%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166952300.430.860.3530.2175.6637.06
HexA65F1702B56231e4c25
Octal24613727053126433611445
Binary1010011010111111011101010111010110100011111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F17; }

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

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

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

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

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

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

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

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