Html Css Color HEX #AAB99D Norway

📋 copy color: '#AAB99D'

red 170 ◦ green 185 ◦ blue 157

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

Shades of Norway #AAB99D

Tints of Norway #AAB99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 33.2%
G = 36.13%
B = 30.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AAB99D (or 0xAAB99D) is known color: Norway. HEX triplet: AA, B9 and 9D. RGB value is (170,185,157). Sum of RGB (Red+Green+Blue) = 170+185+157=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99D is #554662. Grayscale: #B1B1B1. Windows color (decimal): -5588579 or 10336682. OLE color: 10336682.

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

Color convert

RGB 170 185 157 -
CMYK 0.08 0 0.15 0.27
HSL 92.14º 0.17% 0.67% -
HSV(B) 92.14º 0.15% 0.73% -
XYZ 40.01 45.68 38.61 -
YUV 177.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 170 185 157 0.08 0 0.15 0.27 92.14 0.17 0.67
Hex AA B9 9D 8 0 F 1B 5C 11 43
Octal 252 271 235 10 0 17 33 134 21 103
Binary 10101010 10111001 10011101 1000 0 1111 11011 1011100 10001 1000011

Color Harmonies of #AAB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB99D

Black with #AAB99D

Text Example


Text Example

White with #AAB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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