Html Css Color HEX #AAB998 Norway

📋 copy color: '#AAB998'

red 170 ◦ green 185 ◦ blue 152

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

Shades of Norway #AAB998

Tints of Norway #AAB998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 33.53%
G = 36.49%
B = 29.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#AAB998 (or 0xAAB998) is known color: Norway. HEX triplet: AA, B9 and 98. RGB value is (170,185,152). Sum of RGB (Red+Green+Blue) = 170+185+152=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB998 is #554667. Grayscale: #B0B0B0. Windows color (decimal): -5588584 or 10009002. OLE color: 10009002.

HSL color Cylindrical-coordinate representation of color #AAB998: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB998 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 152 -
CMYK 0.08 0 0.18 0.27
HSL 87.27º 0.19% 0.66% -
HSV(B) 87.27º 0.18% 0.73% -
XYZ 39.59 45.51 36.4 -
YUV 176.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 170 185 152 0.08 0 0.18 0.27 87.27 0.19 0.66
Hex AA B9 98 8 0 12 1B 57 13 42
Octal 252 271 230 10 0 22 33 127 23 102
Binary 10101010 10111001 10011000 1000 0 10010 11011 1010111 10011 1000010

Color Harmonies of #AAB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB998

Black with #AAB998

Text Example


Text Example

White with #AAB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB998; }

 p { color: rgb(170,185,152); }

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

background-color css

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

 a { background-color: rgb(170,185,152); }

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

border-color css

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

 span { border-color: rgb(170,185,152); }

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