Html Css Color HEX #AAB899 Norway

📋 copy color: '#AAB899'

red 170 ◦ green 184 ◦ blue 153

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

Shades of Norway #AAB899

Tints of Norway #AAB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.29%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 33.53%
G = 36.29%
B = 30.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AAB899 (or 0xAAB899) is known color: Norway. HEX triplet: AA, B8 and 99. RGB value is (170,184,153). Sum of RGB (Red+Green+Blue) = 170+184+153=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB899 is #554766. Grayscale: #B0B0B0. Windows color (decimal): -5588839 or 10074282. OLE color: 10074282.

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

Color convert

RGB 170 184 153 -
CMYK 0.08 0 0.17 0.28
HSL 87.1º 0.18% 0.66% -
HSV(B) 87.1º 0.17% 0.72% -
XYZ 39.47 45.13 36.77 -
YUV 176.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 170 184 153 0.08 0 0.17 0.28 87.1 0.18 0.66
Hex AA B8 99 8 0 11 1C 57 12 42
Octal 252 270 231 10 0 21 34 127 22 102
Binary 10101010 10111000 10011001 1000 0 10001 11100 1010111 10010 1000010

Color Harmonies of #AAB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB899

Black with #AAB899

Text Example


Text Example

White with #AAB899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB899; }

 p { color: rgb(170,184,153); }

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

background-color css

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

 a { background-color: rgb(170,184,153); }

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

border-color css

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

 span { border-color: rgb(170,184,153); }

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