Html Css Color HEX #AAB79D Norway

📋 copy color: '#AAB79D'

red 170 ◦ green 183 ◦ blue 157

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

Shades of Norway #AAB79D

Tints of Norway #AAB79D

RGB

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

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

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

R = 33.33%
G = 35.88%
B = 30.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#AAB79D (or 0xAAB79D) is known color: Norway. HEX triplet: AA, B7 and 9D. RGB value is (170,183,157). Sum of RGB (Red+Green+Blue) = 170+183+157=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79D is #554862. Grayscale: #B0B0B0. Windows color (decimal): -5589091 or 10336170. OLE color: 10336170.

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

Color convert

RGB 170 183 157 -
CMYK 0.07 0 0.14 0.28
HSL 90º 0.15% 0.67% -
HSV(B) 90º 0.14% 0.72% -
XYZ 39.6 44.85 38.47 -
YUV 176.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 170 183 157 0.07 0 0.14 0.28 90 0.15 0.67
Hex AA B7 9D 7 0 E 1C 5A F 43
Octal 252 267 235 7 0 16 34 132 17 103
Binary 10101010 10110111 10011101 111 0 1110 11100 1011010 1111 1000011

Color Harmonies of #AAB79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB79D

Black with #AAB79D

Text Example


Text Example

White with #AAB79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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