Html Css Color HEX #AAB79C Norway

📋 copy color: '#AAB79C'

red 170 ◦ green 183 ◦ blue 156

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

Shades of Norway #AAB79C

Tints of Norway #AAB79C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.65%

R = 33.4%
G = 35.95%
B = 30.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#AAB79C (or 0xAAB79C) is known color: Norway. HEX triplet: AA, B7 and 9C. RGB value is (170,183,156). Sum of RGB (Red+Green+Blue) = 170+183+156=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79C is #554863. Grayscale: #B0B0B0. Windows color (decimal): -5589092 or 10270634. OLE color: 10270634.

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

Color convert

RGB 170 183 156 -
CMYK 0.07 0 0.15 0.28
HSL 88.89º 0.16% 0.66% -
HSV(B) 88.89º 0.15% 0.72% -
XYZ 39.51 44.81 38.02 -
YUV 176.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 170 183 156 0.07 0 0.15 0.28 88.89 0.16 0.66
Hex AA B7 9C 7 0 F 1C 59 10 42
Octal 252 267 234 7 0 17 34 131 20 102
Binary 10101010 10110111 10011100 111 0 1111 11100 1011001 10000 1000010

Color Harmonies of #AAB79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB79C

Black with #AAB79C

Text Example


Text Example

White with #AAB79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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