Html Css Color HEX #AAC091 Norway

📋 copy color: '#AAC091'

red 170 ◦ green 192 ◦ blue 145

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

Shades of Norway #AAC091

Tints of Norway #AAC091

RGB

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

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

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

R = 33.53%
G = 37.87%
B = 28.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AAC091 (or 0xAAC091) is known color: Norway. HEX triplet: AA, C0 and 91. RGB value is (170,192,145). Sum of RGB (Red+Green+Blue) = 170+192+145=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC091 is #553F6E. Grayscale: #B4B4B4. Windows color (decimal): -5586799 or 9552042. OLE color: 9552042.

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

Color convert

RGB 170 192 145 -
CMYK 0.11 0 0.24 0.25
HSL 88.09º 0.27% 0.66% -
HSV(B) 88.09º 0.24% 0.75% -
XYZ 40.54 48.29 33.97 -
YUV 180.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 170 192 145 0.11 0 0.24 0.25 88.09 0.27 0.66
Hex AA C0 91 B 0 18 19 58 1B 42
Octal 252 300 221 13 0 30 31 130 33 102
Binary 10101010 11000000 10010001 1011 0 11000 11001 1011000 11011 1000010

Color Harmonies of #AAC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC091

Black with #AAC091

Text Example


Text Example

White with #AAC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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