Html Css Color HEX #AAC890 Norway

📋 copy color: '#AAC890'

red 170 ◦ green 200 ◦ blue 144

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

Shades of Norway #AAC890

Tints of Norway #AAC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 144 (56.64% from 255) = 28.02%

R = 33.07%
G = 38.91%
B = 28.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#AAC890 (or 0xAAC890) is known color: Norway. HEX triplet: AA, C8 and 90. RGB value is (170,200,144). Sum of RGB (Red+Green+Blue) = 170+200+144=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC890 is #55376F. Grayscale: #B8B8B8. Windows color (decimal): -5584752 or 9488554. OLE color: 9488554.

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

Color convert

RGB 170 200 144 -
CMYK 0.15 0 0.28 0.22
HSL 92.14º 0.34% 0.67% -
HSV(B) 92.14º 0.28% 0.78% -
XYZ 42.27 51.87 34.17 -
YUV 184.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 170 200 144 0.15 0 0.28 0.22 92.14 0.34 0.67
Hex AA C8 90 F 0 1C 16 5C 22 43
Octal 252 310 220 17 0 34 26 134 42 103
Binary 10101010 11001000 10010000 1111 0 11100 10110 1011100 100010 1000011

Color Harmonies of #AAC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC890

Black with #AAC890

Text Example


Text Example

White with #AAC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC890; }

 p { color: rgb(170,200,144); }

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

background-color css

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

 a { background-color: rgb(170,200,144); }

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

border-color css

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

 span { border-color: rgb(170,200,144); }

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