Html Css Color HEX #AAB79F Norway

📋 copy color: '#AAB79F'

red 170 ◦ green 183 ◦ blue 159

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

Shades of Norway #AAB79F

Tints of Norway #AAB79F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 33.2%
G = 35.74%
B = 31.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#AAB79F (or 0xAAB79F) is known color: Norway. HEX triplet: AA, B7 and 9F. RGB value is (170,183,159). Sum of RGB (Red+Green+Blue) = 170+183+159=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79F is #554860. Grayscale: #B0B0B0. Windows color (decimal): -5589089 or 10467242. OLE color: 10467242.

HSL color Cylindrical-coordinate representation of color #AAB79F: hue angle of 92.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB79F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 159 -
CMYK 0.07 0 0.13 0.28
HSL 92.5º 0.14% 0.67% -
HSV(B) 92.5º 0.13% 0.72% -
XYZ 39.77 44.92 39.37 -
YUV 176.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 170 183 159 0.07 0 0.13 0.28 92.5 0.14 0.67
Hex AA B7 9F 7 0 D 1C 5C E 43
Octal 252 267 237 7 0 15 34 134 16 103
Binary 10101010 10110111 10011111 111 0 1101 11100 1011100 1110 1000011

Color Harmonies of #AAB79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB79F

Black with #AAB79F

Text Example


Text Example

White with #AAB79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB79F; }

 p { color: rgb(170,183,159); }

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

background-color css

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

 a { background-color: rgb(170,183,159); }

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

border-color css

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

 span { border-color: rgb(170,183,159); }

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