#A26C17

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

Shades of Golden Brown #A26C17

Tints of Golden Brown #A26C17

Color information

#A26C17 (or 0xA26C17) is unknown color: approx Golden Brown. HEX triplet: A2, 6C and 17. RGB value is (162,108,23). Sum of RGB (Red+Green+Blue) = 162+108+23=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26C17 is #5D93E8. Grayscale: #727272. Windows color (decimal): -6132713 or 1535138. OLE color: 1535138.

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

Color convert

RGB16210823-
CMYK00.330.860.36
HSL36.69º75.14%36.27%-
HSV(B)36.69º85.8%63.53%-
XYZ20.4218.473.3-
YUV114.4676.39161.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 108 (42.58% from 255) = 36.86%
BLUE value IS 23 (9.38% from 255) = 7.85%
R=55.29%
G=36.86%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621082300.330.860.3636.6975.1436.27
HexA26C170215624254b24
Octal24215427041126444511344
Binary10100010110110010111010000110101101001001001011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C17; }

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

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

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

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

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

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

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

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