Html Css Color HEX #AAAF6C Green Smoke

📋 copy color: '#AAAF6C'

red 170 ◦ green 175 ◦ blue 108

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

Shades of Green Smoke #AAAF6C

Tints of Green Smoke #AAAF6C

RGB

 RED value IS 170 (66.8% from 255) = 37.53%

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 37.53%
G = 38.63%
B = 23.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AAAF6C (or 0xAAAF6C) is known color: Green Smoke. HEX triplet: AA, AF and 6C. RGB value is (170,175,108). Sum of RGB (Red+Green+Blue) = 170+175+108=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF6C is #555093. Grayscale: #A6A6A6. Windows color (decimal): -5591188 or 7122858. OLE color: 7122858.

HSL color Cylindrical-coordinate representation of color #AAAF6C: hue angle of 64.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAAF6C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 108 -
CMYK 0.03 0 0.38 0.31
HSL 64.48º 0.3% 0.55% -
HSV(B) 64.48º 0.38% 0.69% -
XYZ 34.61 40.29 20.14 -
YUV 165.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 170 175 108 0.03 0 0.38 0.31 64.48 0.3 0.55
Hex AA AF 6C 3 0 26 1F 40 1E 37
Octal 252 257 154 3 0 46 37 100 36 67
Binary 10101010 10101111 1101100 11 0 100110 11111 1000000 11110 110111

Color Harmonies of #AAAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF6C

Black with #AAAF6C

Text Example


Text Example

White with #AAAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF6C; }

 p { color: rgb(170,175,108); }

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

background-color css

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

 a { background-color: rgb(170,175,108); }

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

border-color css

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

 span { border-color: rgb(170,175,108); }

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