Html Css Color HEX #AAB890 Norway

📋 copy color: '#AAB890'

red 170 ◦ green 184 ◦ blue 144

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

Shades of Norway #AAB890

Tints of Norway #AAB890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 34.14%
G = 36.95%
B = 28.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#AAB890 (or 0xAAB890) is known color: Norway. HEX triplet: AA, B8 and 90. RGB value is (170,184,144). Sum of RGB (Red+Green+Blue) = 170+184+144=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB890 is #55476F. Grayscale: #AFAFAF. Windows color (decimal): -5588848 or 9484458. OLE color: 9484458.

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

Color convert

RGB 170 184 144 -
CMYK 0.08 0 0.22 0.28
HSL 81º 0.22% 0.64% -
HSV(B) 81º 0.22% 0.72% -
XYZ 38.75 44.84 33 -
YUV 175.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 170 184 144 0.08 0 0.22 0.28 81 0.22 0.64
Hex AA B8 90 8 0 16 1C 51 16 40
Octal 252 270 220 10 0 26 34 121 26 100
Binary 10101010 10111000 10010000 1000 0 10110 11100 1010001 10110 1000000

Color Harmonies of #AAB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB890

Black with #AAB890

Text Example


Text Example

White with #AAB890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB890; }

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

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

background-color css

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

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

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

border-color css

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

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

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