Html Css Color HEX #AAB994 Norway

📋 copy color: '#AAB994'

red 170 ◦ green 185 ◦ blue 148

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

Shades of Norway #AAB994

Tints of Norway #AAB994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 33.8%
G = 36.78%
B = 29.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#AAB994 (or 0xAAB994) is known color: Norway. HEX triplet: AA, B9 and 94. RGB value is (170,185,148). Sum of RGB (Red+Green+Blue) = 170+185+148=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB994 is #55466B. Grayscale: #B0B0B0. Windows color (decimal): -5588588 or 9746858. OLE color: 9746858.

HSL color Cylindrical-coordinate representation of color #AAB994: hue angle of 84.32º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB994 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 148 -
CMYK 0.08 0 0.20 0.27
HSL 84.32º 0.21% 0.65% -
HSV(B) 84.32º 0.2% 0.73% -
XYZ 39.27 45.38 34.71 -
YUV 176.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 170 185 148 0.08 0 0.20 0.27 84.32 0.21 0.65
Hex AA B9 94 8 0 14 1B 54 15 41
Octal 252 271 224 10 0 24 33 124 25 101
Binary 10101010 10111001 10010100 1000 0 10100 11011 1010100 10101 1000001

Color Harmonies of #AAB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB994

Black with #AAB994

Text Example


Text Example

White with #AAB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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