Html Css Color HEX #AABA99 Norway

📋 copy color: '#AABA99'

red 170 ◦ green 186 ◦ blue 153

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

Shades of Norway #AABA99

Tints of Norway #AABA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

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

R = 33.4%
G = 36.54%
B = 30.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#AABA99 (or 0xAABA99) is known color: Norway. HEX triplet: AA, BA and 99. RGB value is (170,186,153). Sum of RGB (Red+Green+Blue) = 170+186+153=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA99 is #554566. Grayscale: #B1B1B1. Windows color (decimal): -5588327 or 10074794. OLE color: 10074794.

HSL color Cylindrical-coordinate representation of color #AABA99: hue angle of 89.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABA99 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 153 -
CMYK 0.09 0 0.18 0.27
HSL 89.09º 0.19% 0.66% -
HSV(B) 89.09º 0.18% 0.73% -
XYZ 39.89 45.96 36.91 -
YUV 177.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 170 186 153 0.09 0 0.18 0.27 89.09 0.19 0.66
Hex AA BA 99 9 0 12 1B 59 13 42
Octal 252 272 231 11 0 22 33 131 23 102
Binary 10101010 10111010 10011001 1001 0 10010 11011 1011001 10011 1000010

Color Harmonies of #AABA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA99

Black with #AABA99

Text Example


Text Example

White with #AABA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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