Html Css Color HEX #AAAF68 Green Smoke

📋 copy color: '#AAAF68'

red 170 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #AAAF68

Tints of Green Smoke #AAAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 37.86%
G = 38.98%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AAAF68 (or 0xAAAF68) is known color: Green Smoke. HEX triplet: AA, AF and 68. RGB value is (170,175,104). Sum of RGB (Red+Green+Blue) = 170+175+104=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF68 is #555097. Grayscale: #A5A5A5. Windows color (decimal): -5591192 or 6860714. OLE color: 6860714.

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

Color convert

RGB 170 175 104 -
CMYK 0.03 0 0.41 0.31
HSL 64.23º 0.31% 0.55% -
HSV(B) 64.23º 0.41% 0.69% -
XYZ 34.41 40.21 19.04 -
YUV 165.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 170 175 104 0.03 0 0.41 0.31 64.23 0.31 0.55
Hex AA AF 68 3 0 29 1F 40 1F 37
Octal 252 257 150 3 0 51 37 100 37 67
Binary 10101010 10101111 1101000 11 0 101001 11111 1000000 11111 110111

Color Harmonies of #AAAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF68

Black with #AAAF68

Text Example


Text Example

White with #AAAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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