Html Css Color HEX #AAC991 Norway

📋 copy color: '#AAC991'

red 170 ◦ green 201 ◦ blue 145

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

Shades of Norway #AAC991

Tints of Norway #AAC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 32.95%
G = 38.95%
B = 28.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#AAC991 (or 0xAAC991) is known color: Norway. HEX triplet: AA, C9 and 91. RGB value is (170,201,145). Sum of RGB (Red+Green+Blue) = 170+201+145=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC991 is #55366E. Grayscale: #B9B9B9. Windows color (decimal): -5584495 or 9554346. OLE color: 9554346.

HSL color Cylindrical-coordinate representation of color #AAC991: hue angle of 93.21º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC991 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 145 -
CMYK 0.15 0 0.28 0.21
HSL 93.21º 0.34% 0.68% -
HSV(B) 93.21º 0.28% 0.79% -
XYZ 42.58 52.36 34.65 -
YUV 185.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 170 201 145 0.15 0 0.28 0.21 93.21 0.34 0.68
Hex AA C9 91 F 0 1C 15 5D 22 44
Octal 252 311 221 17 0 34 25 135 42 104
Binary 10101010 11001001 10010001 1111 0 11100 10101 1011101 100010 1000100

Color Harmonies of #AAC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC991

Black with #AAC991

Text Example


Text Example

White with #AAC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC991; }

 p { color: rgb(170,201,145); }

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

background-color css

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

 a { background-color: rgb(170,201,145); }

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

border-color css

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

 span { border-color: rgb(170,201,145); }

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