Html Css Color HEX #AAB069 Green Smoke

📋 copy color: '#AAB069'

red 170 ◦ green 176 ◦ blue 105

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

Shades of Green Smoke #AAB069

Tints of Green Smoke #AAB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.02%

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

R = 37.69%
G = 39.02%
B = 23.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AAB069 (or 0xAAB069) is known color: Green Smoke. HEX triplet: AA, B0 and 69. RGB value is (170,176,105). Sum of RGB (Red+Green+Blue) = 170+176+105=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB069 is #554F96. Grayscale: #A6A6A6. Windows color (decimal): -5590935 or 6926506. OLE color: 6926506.

HSL color Cylindrical-coordinate representation of color #AAB069: hue angle of 65.07º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB069 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 105 -
CMYK 0.03 0 0.40 0.31
HSL 65.07º 0.31% 0.55% -
HSV(B) 65.07º 0.4% 0.69% -
XYZ 34.65 40.62 19.38 -
YUV 166.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 170 176 105 0.03 0 0.40 0.31 65.07 0.31 0.55
Hex AA B0 69 3 0 28 1F 41 1F 37
Octal 252 260 151 3 0 50 37 101 37 67
Binary 10101010 10110000 1101001 11 0 101000 11111 1000001 11111 110111

Color Harmonies of #AAB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB069

Black with #AAB069

Text Example


Text Example

White with #AAB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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