Html Css Color HEX #AABA68 Green Smoke

📋 copy color: '#AABA68'

red 170 ◦ green 186 ◦ blue 104

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

Shades of Green Smoke #AABA68

Tints of Green Smoke #AABA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

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

R = 36.96%
G = 40.43%
B = 22.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#AABA68 (or 0xAABA68) is known color: Green Smoke. HEX triplet: AA, BA and 68. RGB value is (170,186,104). Sum of RGB (Red+Green+Blue) = 170+186+104=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA68 is #554597. Grayscale: #ACACAC. Windows color (decimal): -5588376 or 6863530. OLE color: 6863530.

HSL color Cylindrical-coordinate representation of color #AABA68: hue angle of 71.71º 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 #AABA68 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 104 -
CMYK 0.09 0 0.44 0.27
HSL 71.71º 0.37% 0.57% -
HSV(B) 71.71º 0.44% 0.73% -
XYZ 36.64 44.66 19.79 -
YUV 171.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 170 186 104 0.09 0 0.44 0.27 71.71 0.37 0.57
Hex AA BA 68 9 0 2C 1B 48 25 39
Octal 252 272 150 11 0 54 33 110 45 71
Binary 10101010 10111010 1101000 1001 0 101100 11011 1001000 100101 111001

Color Harmonies of #AABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA68

Black with #AABA68

Text Example


Text Example

White with #AABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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