Html Css Color HEX #AAB992 Norway

📋 copy color: '#AAB992'

red 170 ◦ green 185 ◦ blue 146

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

Shades of Norway #AAB992

Tints of Norway #AAB992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 33.93%
G = 36.93%
B = 29.14%

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

#AAB992 (or 0xAAB992) is known color: Norway. HEX triplet: AA, B9 and 92. RGB value is (170,185,146). Sum of RGB (Red+Green+Blue) = 170+185+146=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB992 is #55466D. Grayscale: #B0B0B0. Windows color (decimal): -5588590 or 9615786. OLE color: 9615786.

HSL color Cylindrical-coordinate representation of color #AAB992: hue angle of 83.08º degrees, saturation: 0.22, 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 #AAB992 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 146 -
CMYK 0.08 0 0.21 0.27
HSL 83.08º 0.22% 0.65% -
HSV(B) 83.08º 0.21% 0.73% -
XYZ 39.11 45.32 33.88 -
YUV 176.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 170 185 146 0.08 0 0.21 0.27 83.08 0.22 0.65
Hex AA B9 92 8 0 15 1B 53 16 41
Octal 252 271 222 10 0 25 33 123 26 101
Binary 10101010 10111001 10010010 1000 0 10101 11011 1010011 10110 1000001

Color Harmonies of #AAB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB992

Black with #AAB992

Text Example


Text Example

White with #AAB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB992; }

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

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

background-color css

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

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

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

border-color css

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

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

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