#a2620a

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

Shades of Golden Brown #A2620A

Tints of Golden Brown #A2620A

Color information

#A2620A (or 0xA2620A) is unknown color: approx Golden Brown. HEX triplet: A2, 62 and 0A. RGB value is (162,98,10). Sum of RGB (Red+Green+Blue) = 162+98+10=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2620A is #5D9DF5. Grayscale: #6B6B6B. Windows color (decimal): -6135286 or 680610. OLE color: 680610.

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

Color convert

RGB1629810-
CMYK00.400.940.36
HSL34.74º88.37%33.73%-
HSV(B)34.74º93.83%63.53%-
XYZ19.3216.442.44-
YUV107.173.2167.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 10 (4.30% from 255) = 3.70%
R=60%
G=36.30%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162981000.400.940.3634.7488.3733.73
HexA262A0285E24235822
Octal24214212050136444313042
Binary1010001011000101010010100010111101001001000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2620a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2620a; }

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

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

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

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

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

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

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

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