Html Css Color HEX #AABC99 Norway

📋 copy color: '#AABC99'

red 170 ◦ green 188 ◦ blue 153

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

Shades of Norway #AABC99

Tints of Norway #AABC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 33.27%
G = 36.79%
B = 29.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AABC99 (or 0xAABC99) is known color: Norway. HEX triplet: AA, BC and 99. RGB value is (170,188,153). Sum of RGB (Red+Green+Blue) = 170+188+153=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC99 is #554366. Grayscale: #B2B2B2. Windows color (decimal): -5587815 or 10075306. OLE color: 10075306.

HSL color Cylindrical-coordinate representation of color #AABC99: hue angle of 90.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABC99 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 153 -
CMYK 0.10 0 0.19 0.26
HSL 90.86º 0.21% 0.67% -
HSV(B) 90.86º 0.19% 0.74% -
XYZ 40.31 46.81 37.05 -
YUV 178.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 170 188 153 0.10 0 0.19 0.26 90.86 0.21 0.67
Hex AA BC 99 A 0 13 1A 5B 15 43
Octal 252 274 231 12 0 23 32 133 25 103
Binary 10101010 10111100 10011001 1010 0 10011 11010 1011011 10101 1000011

Color Harmonies of #AABC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC99

Black with #AABC99

Text Example


Text Example

White with #AABC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC99; }

 p { color: rgb(170,188,153); }

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

background-color css

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

 a { background-color: rgb(170,188,153); }

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

border-color css

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

 span { border-color: rgb(170,188,153); }

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