Html Css Color HEX #A2A063 Green Smoke

📋 copy color: '#A2A063'

red 162 ◦ green 160 ◦ blue 99

#A2A063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A2A063

Tints of Green Smoke #A2A063

RGB

 RED value IS 162 (63.67% from 255) = 38.48%

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 38.48%
G = 38%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A2A063 (or 0xA2A063) is known color: Green Smoke. HEX triplet: A2, A0 and 63. RGB value is (162,160,99). Sum of RGB (Red+Green+Blue) = 162+160+99=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A063 is #5D5F9C. Grayscale: #999999. Windows color (decimal): -6119325 or 6529186. OLE color: 6529186.

HSL color Cylindrical-coordinate representation of color #A2A063: hue angle of 58.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2A063 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 99 -
CMYK 0 0.01 0.39 0.36
HSL 58.1º 0.25% 0.51% -
HSV(B) 58.1º 0.39% 0.64% -
XYZ 29.72 33.72 16.75 -
YUV 153.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 162 160 99 0 0.01 0.39 0.36 58.1 0.25 0.51
Hex A2 A0 63 0 1 27 24 3A 19 33
Octal 242 240 143 0 1 47 44 72 31 63
Binary 10100010 10100000 1100011 0 1 100111 100100 111010 11001 110011

Color Harmonies of #A2A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A063

Black with #A2A063

Text Example


Text Example

White with #A2A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A063; }

 p { color: rgb(162,160,99); }

 H1.HeaderClassName
 {
   color: #A2A063;
 }
 .AnyTagClassName
 {
   color: #A2A063;
 }
</style>

background-color css

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

 a { background-color: rgb(162,160,99); }

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

border-color css

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

 span { border-color: rgb(162,160,99); }

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