Html Css Color HEX #A5AA6F Green Smoke

📋 copy color: '#A5AA6F'

red 165 ◦ green 170 ◦ blue 111

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

Shades of Green Smoke #A5AA6F

Tints of Green Smoke #A5AA6F

RGB

 RED value IS 165 (64.84% from 255) = 37%

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 111 (43.75% from 255) = 24.89%

R = 37%
G = 38.12%
B = 24.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A5AA6F (or 0xA5AA6F) is known color: Green Smoke. HEX triplet: A5, AA and 6F. RGB value is (165,170,111). Sum of RGB (Red+Green+Blue) = 165+170+111=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA6F is #5A5590. Grayscale: #A2A2A2. Windows color (decimal): -5920145 or 7318181. OLE color: 7318181.

HSL color Cylindrical-coordinate representation of color #A5AA6F: hue angle of 65.08º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5AA6F is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 111 -
CMYK 0.03 0 0.35 0.33
HSL 65.08º 0.26% 0.55% -
HSV(B) 65.08º 0.35% 0.67% -
XYZ 32.76 37.9 20.63 -
YUV 161.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 165 170 111 0.03 0 0.35 0.33 65.08 0.26 0.55
Hex A5 AA 6F 3 0 23 21 41 1A 37
Octal 245 252 157 3 0 43 41 101 32 67
Binary 10100101 10101010 1101111 11 0 100011 100001 1000001 11010 110111

Color Harmonies of #A5AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA6F

Black with #A5AA6F

Text Example


Text Example

White with #A5AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA6F; }

 p { color: rgb(165,170,111); }

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

background-color css

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

 a { background-color: rgb(165,170,111); }

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

border-color css

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

 span { border-color: rgb(165,170,111); }

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