Html Css Color HEX #AABA9B Norway

📋 copy color: '#AABA9B'

red 170 ◦ green 186 ◦ blue 155

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

Shades of Norway #AABA9B

Tints of Norway #AABA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 33.27%
G = 36.4%
B = 30.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AABA9B (or 0xAABA9B) is known color: Norway. HEX triplet: AA, BA and 9B. RGB value is (170,186,155). Sum of RGB (Red+Green+Blue) = 170+186+155=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9B is #554564. Grayscale: #B1B1B1. Windows color (decimal): -5588325 or 10205866. OLE color: 10205866.

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

Color convert

RGB 170 186 155 -
CMYK 0.09 0 0.17 0.27
HSL 90.97º 0.18% 0.67% -
HSV(B) 90.97º 0.17% 0.73% -
XYZ 40.05 46.03 37.78 -
YUV 177.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 170 186 155 0.09 0 0.17 0.27 90.97 0.18 0.67
Hex AA BA 9B 9 0 11 1B 5B 12 43
Octal 252 272 233 11 0 21 33 133 22 103
Binary 10101010 10111010 10011011 1001 0 10001 11011 1011011 10010 1000011

Color Harmonies of #AABA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA9B

Black with #AABA9B

Text Example


Text Example

White with #AABA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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