#A26212

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

Shades of Golden Brown #A26212

Tints of Golden Brown #A26212

Color information

#A26212 (or 0xA26212) is unknown color: approx Golden Brown. HEX triplet: A2, 62 and 12. RGB value is (162,98,18). Sum of RGB (Red+Green+Blue) = 162+98+18=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26212 is #5D9DED. Grayscale: #6C6C6C. Windows color (decimal): -6135278 or 1204898. OLE color: 1204898.

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

Color convert

RGB1629818-
CMYK00.400.890.36
HSL33.33º80%35.29%-
HSV(B)33.33º88.89%63.53%-
XYZ19.3816.462.73-
YUV108.0277.2166.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.27%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=58.27%
G=35.25%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162981800.400.890.3633.338035.29
HexA262120285924215023
Octal24214222050131444112043
Binary10100010110001010010010100010110011001001000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26212; }

 p { color: rgb(162,98,18); }

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

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

 a { background-color: rgb(162,98,18); }

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

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

 span { border-color: rgb(162,98,18); }

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