Html Css Color HEX #AAB79A Norway

📋 copy color: '#AAB79A'

red 170 ◦ green 183 ◦ blue 154

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

Shades of Norway #AAB79A

Tints of Norway #AAB79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 33.53%
G = 36.09%
B = 30.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#AAB79A (or 0xAAB79A) is known color: Norway. HEX triplet: AA, B7 and 9A. RGB value is (170,183,154). Sum of RGB (Red+Green+Blue) = 170+183+154=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79A is #554865. Grayscale: #AFAFAF. Windows color (decimal): -5589094 or 10139562. OLE color: 10139562.

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

Color convert

RGB 170 183 154 -
CMYK 0.07 0 0.16 0.28
HSL 86.9º 0.17% 0.66% -
HSV(B) 86.9º 0.16% 0.72% -
XYZ 39.34 44.75 37.14 -
YUV 175.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 170 183 154 0.07 0 0.16 0.28 86.9 0.17 0.66
Hex AA B7 9A 7 0 10 1C 57 11 42
Octal 252 267 232 7 0 20 34 127 21 102
Binary 10101010 10110111 10011010 111 0 10000 11100 1010111 10001 1000010

Color Harmonies of #AAB79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB79A

Black with #AAB79A

Text Example


Text Example

White with #AAB79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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