#A26817

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

Shades of Golden Brown #A26817

Tints of Golden Brown #A26817

Color information

#A26817 (or 0xA26817) is unknown color: approx Golden Brown. HEX triplet: A2, 68 and 17. RGB value is (162,104,23). Sum of RGB (Red+Green+Blue) = 162+104+23=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A26817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26817 is #5D97E8. Grayscale: #707070. Windows color (decimal): -6133737 or 1534114. OLE color: 1534114.

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

Color convert

RGB16210423-
CMYK00.360.860.36
HSL34.96º75.14%36.27%-
HSV(B)34.96º85.8%63.53%-
XYZ20.0117.643.16-
YUV112.1177.72163.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=56.06%
G=35.99%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621042300.360.860.3634.9675.1436.27
HexA268170245624234b24
Octal24215027044126444311344
Binary10100010110100010111010010010101101001001000111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26817; }

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

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

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

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

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

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

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

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