Html Css Color HEX #AAC697 Norway

📋 copy color: '#AAC697'

red 170 ◦ green 198 ◦ blue 151

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

Shades of Norway #AAC697

Tints of Norway #AAC697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 32.76%
G = 38.15%
B = 29.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#AAC697 (or 0xAAC697) is known color: Norway. HEX triplet: AA, C6 and 97. RGB value is (170,198,151). Sum of RGB (Red+Green+Blue) = 170+198+151=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC697 is #553968. Grayscale: #B8B8B8. Windows color (decimal): -5585257 or 9946794. OLE color: 9946794.

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

Color convert

RGB 170 198 151 -
CMYK 0.14 0 0.24 0.22
HSL 95.74º 0.29% 0.68% -
HSV(B) 95.74º 0.24% 0.78% -
XYZ 42.36 51.17 36.92 -
YUV 184.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 170 198 151 0.14 0 0.24 0.22 95.74 0.29 0.68
Hex AA C6 97 E 0 18 16 60 1D 44
Octal 252 306 227 16 0 30 26 140 35 104
Binary 10101010 11000110 10010111 1110 0 11000 10110 1100000 11101 1000100

Color Harmonies of #AAC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC697

Black with #AAC697

Text Example


Text Example

White with #AAC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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