Html Css Color HEX #AAC98C Norway

📋 copy color: '#AAC98C'

red 170 ◦ green 201 ◦ blue 140

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

Shades of Norway #AAC98C

Tints of Norway #AAC98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 33.27%
G = 39.33%
B = 27.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#AAC98C (or 0xAAC98C) is known color: Norway. HEX triplet: AA, C9 and 8C. RGB value is (170,201,140). Sum of RGB (Red+Green+Blue) = 170+201+140=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98C is #553673. Grayscale: #B8B8B8. Windows color (decimal): -5584500 or 9226666. OLE color: 9226666.

HSL color Cylindrical-coordinate representation of color #AAC98C: hue angle of 90.49º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC98C is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 140 -
CMYK 0.15 0 0.30 0.21
HSL 90.49º 0.36% 0.67% -
HSV(B) 90.49º 0.3% 0.79% -
XYZ 42.2 52.21 32.66 -
YUV 184.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 170 201 140 0.15 0 0.30 0.21 90.49 0.36 0.67
Hex AA C9 8C F 0 1E 15 5A 24 43
Octal 252 311 214 17 0 36 25 132 44 103
Binary 10101010 11001001 10001100 1111 0 11110 10101 1011010 100100 1000011

Color Harmonies of #AAC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC98C

Black with #AAC98C

Text Example


Text Example

White with #AAC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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