Html Css Color HEX #A2AF5A Green Smoke

📋 copy color: '#A2AF5A'

red 162 ◦ green 175 ◦ blue 90

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

Shades of Green Smoke #A2AF5A

Tints of Green Smoke #A2AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 37.94%
G = 40.98%
B = 21.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#A2AF5A (or 0xA2AF5A) is known color: Green Smoke. HEX triplet: A2, AF and 5A. RGB value is (162,175,90). Sum of RGB (Red+Green+Blue) = 162+175+90=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF5A is #5D50A5. Grayscale: #A1A1A1. Windows color (decimal): -6115494 or 5943202. OLE color: 5943202.

HSL color Cylindrical-coordinate representation of color #A2AF5A: hue angle of 69.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2AF5A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 90 -
CMYK 0.07 0 0.49 0.31
HSL 69.18º 0.35% 0.52% -
HSV(B) 69.18º 0.49% 0.69% -
XYZ 32.08 39.08 15.53 -
YUV 161.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 162 175 90 0.07 0 0.49 0.31 69.18 0.35 0.52
Hex A2 AF 5A 7 0 31 1F 45 23 34
Octal 242 257 132 7 0 61 37 105 43 64
Binary 10100010 10101111 1011010 111 0 110001 11111 1000101 100011 110100

Color Harmonies of #A2AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF5A

Black with #A2AF5A

Text Example


Text Example

White with #A2AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF5A; }

 p { color: rgb(162,175,90); }

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

background-color css

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

 a { background-color: rgb(162,175,90); }

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

border-color css

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

 span { border-color: rgb(162,175,90); }

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