Html Css Color HEX #AAB995 Norway

📋 copy color: '#AAB995'

red 170 ◦ green 185 ◦ blue 149

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

Shades of Norway #AAB995

Tints of Norway #AAB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 33.73%
G = 36.71%
B = 29.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AAB995 (or 0xAAB995) is known color: Norway. HEX triplet: AA, B9 and 95. RGB value is (170,185,149). Sum of RGB (Red+Green+Blue) = 170+185+149=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB995 is #55466A. Grayscale: #B0B0B0. Windows color (decimal): -5588587 or 9812394. OLE color: 9812394.

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

Color convert

RGB 170 185 149 -
CMYK 0.08 0 0.19 0.27
HSL 85º 0.2% 0.65% -
HSV(B) 85º 0.19% 0.73% -
XYZ 39.35 45.41 35.13 -
YUV 176.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 170 185 149 0.08 0 0.19 0.27 85 0.2 0.65
Hex AA B9 95 8 0 13 1B 55 14 41
Octal 252 271 225 10 0 23 33 125 24 101
Binary 10101010 10111001 10010101 1000 0 10011 11011 1010101 10100 1000001

Color Harmonies of #AAB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB995

Black with #AAB995

Text Example


Text Example

White with #AAB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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