Html Css Color HEX #AAC995 Norway

📋 copy color: '#AAC995'

red 170 ◦ green 201 ◦ blue 149

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

Shades of Norway #AAC995

Tints of Norway #AAC995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 32.69%
G = 38.65%
B = 28.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#AAC995 (or 0xAAC995) is known color: Norway. HEX triplet: AA, C9 and 95. RGB value is (170,201,149). Sum of RGB (Red+Green+Blue) = 170+201+149=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC995 is #55366A. Grayscale: #B9B9B9. Windows color (decimal): -5584491 or 9816490. OLE color: 9816490.

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

Color convert

RGB 170 201 149 -
CMYK 0.15 0 0.26 0.21
HSL 95.77º 0.33% 0.69% -
HSV(B) 95.77º 0.26% 0.79% -
XYZ 42.89 52.49 36.3 -
YUV 185.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 170 201 149 0.15 0 0.26 0.21 95.77 0.33 0.69
Hex AA C9 95 F 0 1A 15 60 20 45
Octal 252 311 225 17 0 32 25 140 40 105
Binary 10101010 11001001 10010101 1111 0 11010 10101 1100000 100000 1000101

Color Harmonies of #AAC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC995

Black with #AAC995

Text Example


Text Example

White with #AAC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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