Html Css Color HEX #AAC691 Norway

📋 copy color: '#AAC691'

red 170 ◦ green 198 ◦ blue 145

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

Shades of Norway #AAC691

Tints of Norway #AAC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

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

R = 33.14%
G = 38.6%
B = 28.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#AAC691 (or 0xAAC691) is known color: Norway. HEX triplet: AA, C6 and 91. RGB value is (170,198,145). Sum of RGB (Red+Green+Blue) = 170+198+145=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC691 is #55396E. Grayscale: #B7B7B7. Windows color (decimal): -5585263 or 9553578. OLE color: 9553578.

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

Color convert

RGB 170 198 145 -
CMYK 0.14 0 0.27 0.22
HSL 91.7º 0.32% 0.67% -
HSV(B) 91.7º 0.27% 0.78% -
XYZ 41.88 50.98 34.42 -
YUV 183.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 170 198 145 0.14 0 0.27 0.22 91.7 0.32 0.67
Hex AA C6 91 E 0 1B 16 5C 20 43
Octal 252 306 221 16 0 33 26 134 40 103
Binary 10101010 11000110 10010001 1110 0 11011 10110 1011100 100000 1000011

Color Harmonies of #AAC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC691

Black with #AAC691

Text Example


Text Example

White with #AAC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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