#A26F17

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

Shades of Golden Brown #A26F17

Tints of Golden Brown #A26F17

Color information

#A26F17 (or 0xA26F17) is unknown color: approx Golden Brown. HEX triplet: A2, 6F and 17. RGB value is (162,111,23). Sum of RGB (Red+Green+Blue) = 162+111+23=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26F17 is #5D90E8. Grayscale: #747474. Windows color (decimal): -6131945 or 1535906. OLE color: 1535906.

HSL color Cylindrical-coordinate representation of color #A26F17: hue angle of 37.99º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A26F17 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB16211123-
CMYK00.310.860.36
HSL37.99º75.14%36.27%-
HSV(B)37.99º85.8%63.53%-
XYZ20.7419.113.41-
YUV116.2275.4160.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 23 (9.38% from 255) = 7.77%
R=54.73%
G=37.5%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621112300.310.860.3637.9975.1436.27
HexA26F1701F5624264b24
Octal24215727037126444611344
Binary1010001011011111011101111110101101001001001101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F17; }

 p { color: rgb(162,111,23); }

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

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

 a { background-color: rgb(162,111,23); }

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

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

 span { border-color: rgb(162,111,23); }

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