#A26512

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

Shades of Golden Brown #A26512

Tints of Golden Brown #A26512

Color information

#A26512 (or 0xA26512) is unknown color: approx Golden Brown. HEX triplet: A2, 65 and 12. RGB value is (162,101,18). Sum of RGB (Red+Green+Blue) = 162+101+18=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A26512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26512 is #5D9AED. Grayscale: #6E6E6E. Windows color (decimal): -6134510 or 1205666. OLE color: 1205666.

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

Color convert

RGB16210118-
CMYK00.380.890.36
HSL34.58º80%35.29%-
HSV(B)34.58º88.89%63.53%-
XYZ19.6617.032.82-
YUV109.7876.21165.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=57.65%
G=35.94%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621011800.380.890.3634.588035.29
HexA265120265924235023
Octal24214522046131444312043
Binary10100010110010110010010011010110011001001000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26512; }

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

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

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

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

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

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

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

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