#A26716

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

Shades of Golden Brown #A26716

Tints of Golden Brown #A26716

Color information

#A26716 (or 0xA26716) is unknown color: approx Golden Brown. HEX triplet: A2, 67 and 16. RGB value is (162,103,22). Sum of RGB (Red+Green+Blue) = 162+103+22=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A26716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26716 is #5D98E9. Grayscale: #6F6F6F. Windows color (decimal): -6133994 or 1468322. OLE color: 1468322.

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

Color convert

RGB16210322-
CMYK00.360.860.36
HSL34.71º76.09%36.08%-
HSV(B)34.71º86.42%63.53%-
XYZ19.917.443.08-
YUV111.4177.55164.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=56.45%
G=35.89%
B=7.67%

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
Decimal1621032200.360.860.3634.7176.0936.08
HexA267160245624234c24
Octal24214726044126444311444
Binary10100010110011110110010010010101101001001000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26716; }

 p { color: rgb(162,103,22); }

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

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

 a { background-color: rgb(162,103,22); }

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

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

 span { border-color: rgb(162,103,22); }

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