Html Css Color HEX #AAB993 Norway

📋 copy color: '#AAB993'

red 170 ◦ green 185 ◦ blue 147

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

Shades of Norway #AAB993

Tints of Norway #AAB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 33.86%
G = 36.85%
B = 29.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#AAB993 (or 0xAAB993) is known color: Norway. HEX triplet: AA, B9 and 93. RGB value is (170,185,147). Sum of RGB (Red+Green+Blue) = 170+185+147=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB993 is #55466C. Grayscale: #B0B0B0. Windows color (decimal): -5588589 or 9681322. OLE color: 9681322.

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

Color convert

RGB 170 185 147 -
CMYK 0.08 0 0.21 0.27
HSL 83.68º 0.21% 0.65% -
HSV(B) 83.68º 0.21% 0.73% -
XYZ 39.19 45.35 34.29 -
YUV 176.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 170 185 147 0.08 0 0.21 0.27 83.68 0.21 0.65
Hex AA B9 93 8 0 15 1B 54 15 41
Octal 252 271 223 10 0 25 33 124 25 101
Binary 10101010 10111001 10010011 1000 0 10101 11011 1010100 10101 1000001

Color Harmonies of #AAB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB993

Black with #AAB993

Text Example


Text Example

White with #AAB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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