Html Css Color HEX #AABA8F Norway

📋 copy color: '#AABA8F'

red 170 ◦ green 186 ◦ blue 143

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

Shades of Norway #AABA8F

Tints of Norway #AABA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 34.07%
G = 37.27%
B = 28.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#AABA8F (or 0xAABA8F) is known color: Norway. HEX triplet: AA, BA and 8F. RGB value is (170,186,143). Sum of RGB (Red+Green+Blue) = 170+186+143=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA8F is #554570. Grayscale: #B0B0B0. Windows color (decimal): -5588337 or 9419434. OLE color: 9419434.

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

Color convert

RGB 170 186 143 -
CMYK 0.09 0 0.23 0.27
HSL 82.33º 0.24% 0.65% -
HSV(B) 82.33º 0.23% 0.73% -
XYZ 39.09 45.65 32.74 -
YUV 176.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 170 186 143 0.09 0 0.23 0.27 82.33 0.24 0.65
Hex AA BA 8F 9 0 17 1B 52 18 41
Octal 252 272 217 11 0 27 33 122 30 101
Binary 10101010 10111010 10001111 1001 0 10111 11011 1010010 11000 1000001

Color Harmonies of #AABA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA8F

Black with #AABA8F

Text Example


Text Example

White with #AABA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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