#A26102

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

Shades of Golden Brown #A26102

Tints of Golden Brown #A26102

Color information

#A26102 (or 0xA26102) is unknown color: approx Golden Brown. HEX triplet: A2, 61 and 02. RGB value is (162,97,2). Sum of RGB (Red+Green+Blue) = 162+97+2=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A26102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26102 is #5D9EFD. Grayscale: #6A6A6A. Windows color (decimal): -6135550 or 156066. OLE color: 156066.

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

Color convert

RGB162972-
CMYK00.400.990.36
HSL35.62º97.56%32.16%-
HSV(B)35.62º98.77%63.53%-
XYZ19.1916.242.18-
YUV105.669.53168.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=62.07%
G=37.16%
B=0.77%

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
Decimal16297200.400.990.3635.6297.5632.16
HexA26120286324246220
Octal2421412050143444414240
Binary10100010110000110010100011000111001001001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26102; }

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

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

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

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

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

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

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

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