Html Css Color HEX #AAC099 Norway

📋 copy color: '#AAC099'

red 170 ◦ green 192 ◦ blue 153

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

Shades of Norway #AAC099

Tints of Norway #AAC099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 33.01%
G = 37.28%
B = 29.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#AAC099 (or 0xAAC099) is known color: Norway. HEX triplet: AA, C0 and 99. RGB value is (170,192,153). Sum of RGB (Red+Green+Blue) = 170+192+153=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC099 is #553F66. Grayscale: #B5B5B5. Windows color (decimal): -5586791 or 10076330. OLE color: 10076330.

HSL color Cylindrical-coordinate representation of color #AAC099: hue angle of 93.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC099 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 153 -
CMYK 0.11 0 0.20 0.25
HSL 93.85º 0.24% 0.68% -
HSV(B) 93.85º 0.2% 0.75% -
XYZ 41.18 48.55 37.34 -
YUV 180.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 170 192 153 0.11 0 0.20 0.25 93.85 0.24 0.68
Hex AA C0 99 B 0 14 19 5E 18 44
Octal 252 300 231 13 0 24 31 136 30 104
Binary 10101010 11000000 10011001 1011 0 10100 11001 1011110 11000 1000100

Color Harmonies of #AAC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC099

Black with #AAC099

Text Example


Text Example

White with #AAC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC099; }

 p { color: rgb(170,192,153); }

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

background-color css

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

 a { background-color: rgb(170,192,153); }

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

border-color css

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

 span { border-color: rgb(170,192,153); }

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