#A26521

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

Shades of Golden Brown #A26521

Tints of Golden Brown #A26521

Color information

#A26521 (or 0xA26521) is unknown color: approx Golden Brown. HEX triplet: A2, 65 and 21. RGB value is (162,101,33). Sum of RGB (Red+Green+Blue) = 162+101+33=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A26521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26521 is #5D9ADE. Grayscale: #6F6F6F. Windows color (decimal): -6134495 or 2188706. OLE color: 2188706.

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

Color convert

RGB16210133-
CMYK00.380.800.36
HSL31.63º66.15%38.24%-
HSV(B)31.63º79.63%63.53%-
XYZ19.8317.13.69-
YUV111.4983.71164.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=54.73%
G=34.12%
B=11.15%

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
Decimal1621013300.380.800.3631.6366.1538.24
HexA265210265024204226
Octal24214541046120444010246
Binary101000101100101100001010011010100001001001000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26521; }

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

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

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

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

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

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

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

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