Html Css Color HEX #A2A464 Green Smoke

📋 copy color: '#A2A464'

red 162 ◦ green 164 ◦ blue 100

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

Shades of Green Smoke #A2A464

Tints of Green Smoke #A2A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 38.03%
G = 38.5%
B = 23.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A2A464 (or 0xA2A464) is known color: Green Smoke. HEX triplet: A2, A4 and 64. RGB value is (162,164,100). Sum of RGB (Red+Green+Blue) = 162+164+100=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A464 is #5D5B9B. Grayscale: #9C9C9C. Windows color (decimal): -6118300 or 6595746. OLE color: 6595746.

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

Color convert

RGB 162 164 100 -
CMYK 0.01 0 0.39 0.36
HSL 61.88º 0.26% 0.52% -
HSV(B) 61.88º 0.39% 0.64% -
XYZ 30.48 35.15 17.24 -
YUV 156.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 162 164 100 0.01 0 0.39 0.36 61.88 0.26 0.52
Hex A2 A4 64 1 0 27 24 3E 1A 34
Octal 242 244 144 1 0 47 44 76 32 64
Binary 10100010 10100100 1100100 1 0 100111 100100 111110 11010 110100

Color Harmonies of #A2A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A464

Black with #A2A464

Text Example


Text Example

White with #A2A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A464; }

 p { color: rgb(162,164,100); }

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

background-color css

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

 a { background-color: rgb(162,164,100); }

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

border-color css

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

 span { border-color: rgb(162,164,100); }

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