Html Css Color HEX #AAB868 Green Smoke

📋 copy color: '#AAB868'

red 170 ◦ green 184 ◦ blue 104

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

Shades of Green Smoke #AAB868

Tints of Green Smoke #AAB868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 37.12%
G = 40.17%
B = 22.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#AAB868 (or 0xAAB868) is known color: Green Smoke. HEX triplet: AA, B8 and 68. RGB value is (170,184,104). Sum of RGB (Red+Green+Blue) = 170+184+104=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB868 is #554797. Grayscale: #ABABAB. Windows color (decimal): -5588888 or 6863018. OLE color: 6863018.

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

Color convert

RGB 170 184 104 -
CMYK 0.08 0 0.43 0.28
HSL 70.5º 0.36% 0.56% -
HSV(B) 70.5º 0.43% 0.72% -
XYZ 36.22 43.83 19.65 -
YUV 170.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 170 184 104 0.08 0 0.43 0.28 70.5 0.36 0.56
Hex AA B8 68 8 0 2B 1C 46 24 38
Octal 252 270 150 10 0 53 34 106 44 70
Binary 10101010 10111000 1101000 1000 0 101011 11100 1000110 100100 111000

Color Harmonies of #AAB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB868

Black with #AAB868

Text Example


Text Example

White with #AAB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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