Html Css Color HEX #AAB798 Norway

📋 copy color: '#AAB798'

red 170 ◦ green 183 ◦ blue 152

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

Shades of Norway #AAB798

Tints of Norway #AAB798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 33.66%
G = 36.24%
B = 30.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AAB798 (or 0xAAB798) is known color: Norway. HEX triplet: AA, B7 and 98. RGB value is (170,183,152). Sum of RGB (Red+Green+Blue) = 170+183+152=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB798 is #554867. Grayscale: #AFAFAF. Windows color (decimal): -5589096 or 10008490. OLE color: 10008490.

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

Color convert

RGB 170 183 152 -
CMYK 0.07 0 0.17 0.28
HSL 85.16º 0.18% 0.66% -
HSV(B) 85.16º 0.17% 0.72% -
XYZ 39.18 44.68 36.26 -
YUV 175.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 170 183 152 0.07 0 0.17 0.28 85.16 0.18 0.66
Hex AA B7 98 7 0 11 1C 55 12 42
Octal 252 267 230 7 0 21 34 125 22 102
Binary 10101010 10110111 10011000 111 0 10001 11100 1010101 10010 1000010

Color Harmonies of #AAB798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB798

Black with #AAB798

Text Example


Text Example

White with #AAB798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB798; }

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

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

background-color css

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

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

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

border-color css

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

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

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