#A2600F

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

Shades of Golden Brown #A2600F

Tints of Golden Brown #A2600F

Color information

#A2600F (or 0xA2600F) is unknown color: approx Golden Brown. HEX triplet: A2, 60 and 0F. RGB value is (162,96,15). Sum of RGB (Red+Green+Blue) = 162+96+15=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2600F is #5D9FF0. Grayscale: #6A6A6A. Windows color (decimal): -6135793 or 1007778. OLE color: 1007778.

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

Color convert

RGB1629615-
CMYK00.410.910.36
HSL33.06º83.05%34.71%-
HSV(B)33.06º90.74%63.53%-
XYZ19.1716.082.55-
YUV106.576.37167.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=59.34%
G=35.16%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162961500.410.910.3633.0683.0534.71
HexA260F0295B24215323
Octal24214017051133444112343
Binary1010001011000001111010100110110111001001000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2600F; }

 p { color: rgb(162,96,15); }

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

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

 a { background-color: rgb(162,96,15); }

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

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

 span { border-color: rgb(162,96,15); }

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