Html Css Color HEX #AAB794 Norway

📋 copy color: '#AAB794'

red 170 ◦ green 183 ◦ blue 148

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

Shades of Norway #AAB794

Tints of Norway #AAB794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 33.93%
G = 36.53%
B = 29.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#AAB794 (or 0xAAB794) is known color: Norway. HEX triplet: AA, B7 and 94. RGB value is (170,183,148). Sum of RGB (Red+Green+Blue) = 170+183+148=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB794 is #55486B. Grayscale: #AFAFAF. Windows color (decimal): -5589100 or 9746346. OLE color: 9746346.

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

Color convert

RGB 170 183 148 -
CMYK 0.07 0 0.19 0.28
HSL 82.29º 0.2% 0.65% -
HSV(B) 82.29º 0.19% 0.72% -
XYZ 38.86 44.55 34.57 -
YUV 175.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 170 183 148 0.07 0 0.19 0.28 82.29 0.2 0.65
Hex AA B7 94 7 0 13 1C 52 14 41
Octal 252 267 224 7 0 23 34 122 24 101
Binary 10101010 10110111 10010100 111 0 10011 11100 1010010 10100 1000001

Color Harmonies of #AAB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB794

Black with #AAB794

Text Example


Text Example

White with #AAB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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