#A26A05

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

Shades of Golden Brown #A26A05

Tints of Golden Brown #A26A05

Color information

#A26A05 (or 0xA26A05) is unknown color: approx Golden Brown. HEX triplet: A2, 6A and 05. RGB value is (162,106,5). Sum of RGB (Red+Green+Blue) = 162+106+5=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26A05 is #5D95FA. Grayscale: #6F6F6F. Windows color (decimal): -6133243 or 354978. OLE color: 354978.

HSL color Cylindrical-coordinate representation of color #A26A05: hue angle of 38.6º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A26A05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1621065-
CMYK00.350.970.36
HSL38.6º94.01%32.75%-
HSV(B)38.6º96.91%63.53%-
XYZ20.08182.56-
YUV111.2368.05164.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=59.34%
G=38.83%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162106500.350.970.3638.694.0132.75
HexA26A50236124275e21
Octal2421525043141444713641
Binary101000101101010101010001111000011001001001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A05; }

 p { color: rgb(162,106,5); }

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

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

 a { background-color: rgb(162,106,5); }

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

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

 span { border-color: rgb(162,106,5); }

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