#A26421

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

Shades of Golden Brown #A26421

Tints of Golden Brown #A26421

Color information

#A26421 (or 0xA26421) is unknown color: approx Golden Brown. HEX triplet: A2, 64 and 21. RGB value is (162,100,33). Sum of RGB (Red+Green+Blue) = 162+100+33=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A26421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26421 is #5D9BDE. Grayscale: #6F6F6F. Windows color (decimal): -6134751 or 2188450. OLE color: 2188450.

HSL color Cylindrical-coordinate representation of color #A26421: hue angle of 31.16º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A26421 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB16210033-
CMYK00.380.800.36
HSL31.16º66.15%38.24%-
HSV(B)31.16º79.63%63.53%-
XYZ19.7316.913.66-
YUV110.984.04164.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 33 (13.28% from 255) = 11.19%
R=54.92%
G=33.90%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621003300.380.800.3631.1666.1538.24
HexA2642102650241f4226
Octal24214441046120443710246
Binary10100010110010010000101001101010000100100111111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26421; }

 p { color: rgb(162,100,33); }

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

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

 a { background-color: rgb(162,100,33); }

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

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

 span { border-color: rgb(162,100,33); }

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