Html Css Color HEX #AAB898 Norway

📋 copy color: '#AAB898'

red 170 ◦ green 184 ◦ blue 152

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

Shades of Norway #AAB898

Tints of Norway #AAB898

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 33.6%
G = 36.36%
B = 30.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AAB898 (or 0xAAB898) is known color: Norway. HEX triplet: AA, B8 and 98. RGB value is (170,184,152). Sum of RGB (Red+Green+Blue) = 170+184+152=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB898 is #554767. Grayscale: #B0B0B0. Windows color (decimal): -5588840 or 10008746. OLE color: 10008746.

HSL color Cylindrical-coordinate representation of color #AAB898: hue angle of 86.25º 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 #AAB898 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 152 -
CMYK 0.08 0 0.17 0.28
HSL 86.25º 0.18% 0.66% -
HSV(B) 86.25º 0.17% 0.72% -
XYZ 39.39 45.09 36.33 -
YUV 176.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 170 184 152 0.08 0 0.17 0.28 86.25 0.18 0.66
Hex AA B8 98 8 0 11 1C 56 12 42
Octal 252 270 230 10 0 21 34 126 22 102
Binary 10101010 10111000 10011000 1000 0 10001 11100 1010110 10010 1000010

Color Harmonies of #AAB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB898

Black with #AAB898

Text Example


Text Example

White with #AAB898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB898; }

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

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

background-color css

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

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

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

border-color css

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

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

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