Html Css Color HEX #AAB968 Green Smoke

📋 copy color: '#AAB968'

red 170 ◦ green 185 ◦ blue 104

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

Shades of Green Smoke #AAB968

Tints of Green Smoke #AAB968

RGB

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

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

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

R = 37.04%
G = 40.31%
B = 22.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#AAB968 (or 0xAAB968) is known color: Green Smoke. HEX triplet: AA, B9 and 68. RGB value is (170,185,104). Sum of RGB (Red+Green+Blue) = 170+185+104=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB968 is #554697. Grayscale: #ABABAB. Windows color (decimal): -5588632 or 6863274. OLE color: 6863274.

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

Color convert

RGB 170 185 104 -
CMYK 0.08 0 0.44 0.27
HSL 71.11º 0.37% 0.57% -
HSV(B) 71.11º 0.44% 0.73% -
XYZ 36.43 44.24 19.72 -
YUV 171.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 170 185 104 0.08 0 0.44 0.27 71.11 0.37 0.57
Hex AA B9 68 8 0 2C 1B 47 25 39
Octal 252 271 150 10 0 54 33 107 45 71
Binary 10101010 10111001 1101000 1000 0 101100 11011 1000111 100101 111001

Color Harmonies of #AAB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB968

Black with #AAB968

Text Example


Text Example

White with #AAB968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB968; }

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

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

background-color css

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

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

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

border-color css

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

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

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