Html Css Color HEX #AAB768 Green Smoke

📋 copy color: '#AAB768'

red 170 ◦ green 183 ◦ blue 104

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

Shades of Green Smoke #AAB768

Tints of Green Smoke #AAB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 37.2%
G = 40.04%
B = 22.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#AAB768 (or 0xAAB768) is known color: Green Smoke. HEX triplet: AA, B7 and 68. RGB value is (170,183,104). Sum of RGB (Red+Green+Blue) = 170+183+104=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB768 is #554897. Grayscale: #AAAAAA. Windows color (decimal): -5589144 or 6862762. OLE color: 6862762.

HSL color Cylindrical-coordinate representation of color #AAB768: hue angle of 69.87º degrees, saturation: 0.35, 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 #AAB768 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 104 -
CMYK 0.07 0 0.43 0.28
HSL 69.87º 0.35% 0.56% -
HSV(B) 69.87º 0.43% 0.72% -
XYZ 36.01 43.41 19.58 -
YUV 170.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 170 183 104 0.07 0 0.43 0.28 69.87 0.35 0.56
Hex AA B7 68 7 0 2B 1C 46 23 38
Octal 252 267 150 7 0 53 34 106 43 70
Binary 10101010 10110111 1101000 111 0 101011 11100 1000110 100011 111000

Color Harmonies of #AAB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB768

Black with #AAB768

Text Example


Text Example

White with #AAB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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