#A26101

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

Shades of Golden Brown #A26101

Tints of Golden Brown #A26101

Color information

#A26101 (or 0xA26101) is unknown color: approx Golden Brown. HEX triplet: A2, 61 and 01. RGB value is (162,97,1). Sum of RGB (Red+Green+Blue) = 162+97+1=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A26101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26101 is #5D9EFE. Grayscale: #696969. Windows color (decimal): -6135551 or 90530. OLE color: 90530.

HSL color Cylindrical-coordinate representation of color #A26101: hue angle of 35.78º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A26101 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB162971-
CMYK00.400.990.36
HSL35.78º98.77%31.96%-
HSV(B)35.78º99.38%63.53%-
XYZ19.1816.232.15-
YUV105.4969.03168.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=62.31%
G=37.31%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16297100.400.990.3635.7898.7731.96
HexA26110286324246320
Octal2421411050143444414340
Binary1010001011000011010100011000111001001001001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26101; }

 p { color: rgb(162,97,1); }

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

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

 a { background-color: rgb(162,97,1); }

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

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

 span { border-color: rgb(162,97,1); }

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