Html Css Color HEX #AAB969 Green Smoke

📋 copy color: '#AAB969'

red 170 ◦ green 185 ◦ blue 105

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

Shades of Green Smoke #AAB969

Tints of Green Smoke #AAB969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

 BLUE value IS 105 (41.41% from 255) = 22.83%

R = 36.96%
G = 40.22%
B = 22.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#AAB969 (or 0xAAB969) is known color: Green Smoke. HEX triplet: AA, B9 and 69. RGB value is (170,185,105). Sum of RGB (Red+Green+Blue) = 170+185+105=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB969 is #554696. Grayscale: #ABABAB. Windows color (decimal): -5588631 or 6928810. OLE color: 6928810.

HSL color Cylindrical-coordinate representation of color #AAB969: hue angle of 71.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB969 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 105 -
CMYK 0.08 0 0.43 0.27
HSL 71.25º 0.36% 0.57% -
HSV(B) 71.25º 0.43% 0.73% -
XYZ 36.48 44.26 19.99 -
YUV 171.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 170 185 105 0.08 0 0.43 0.27 71.25 0.36 0.57
Hex AA B9 69 8 0 2B 1B 47 24 39
Octal 252 271 151 10 0 53 33 107 44 71
Binary 10101010 10111001 1101001 1000 0 101011 11011 1000111 100100 111001

Color Harmonies of #AAB969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB969

Black with #AAB969

Text Example


Text Example

White with #AAB969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB969; }

 p { color: rgb(170,185,105); }

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

background-color css

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

 a { background-color: rgb(170,185,105); }

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

border-color css

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

 span { border-color: rgb(170,185,105); }

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