#A65E17

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

Shades of Golden Brown #A65E17

Tints of Golden Brown #A65E17

Color information

#A65E17 (or 0xA65E17) is unknown color: approx Golden Brown. HEX triplet: A6, 5E and 17. RGB value is (166,94,23). Sum of RGB (Red+Green+Blue) = 166+94+23=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65E17 is #59A1E8. Grayscale: #6B6B6B. Windows color (decimal): -5874153 or 1531558. OLE color: 1531558.

HSL color Cylindrical-coordinate representation of color #A65E17: hue angle of 29.79º 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 #A65E17 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1669423-
CMYK00.430.860.35
HSL29.79º75.66%37.06%-
HSV(B)29.79º86.14%65.1%-
XYZ19.8816.172.88-
YUV107.4380.35169.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 23 (9.38% from 255) = 8.13%
R=58.66%
G=33.22%
B=8.13%

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
Decimal166942300.430.860.3529.7975.6637.06
HexA65E1702B56231e4c25
Octal24613627053126433611445
Binary1010011010111101011101010111010110100011111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E17; }

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

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

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

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

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

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

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

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