Html Css Color HEX #AABA8D Norway

📋 copy color: '#AABA8D'

red 170 ◦ green 186 ◦ blue 141

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

Shades of Norway #AABA8D

Tints of Norway #AABA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 34.21%
G = 37.42%
B = 28.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#AABA8D (or 0xAABA8D) is known color: Norway. HEX triplet: AA, BA and 8D. RGB value is (170,186,141). Sum of RGB (Red+Green+Blue) = 170+186+141=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA8D is #554572. Grayscale: #B0B0B0. Windows color (decimal): -5588339 or 9288362. OLE color: 9288362.

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

Color convert

RGB 170 186 141 -
CMYK 0.09 0 0.24 0.27
HSL 81.33º 0.25% 0.64% -
HSV(B) 81.33º 0.24% 0.73% -
XYZ 38.94 45.59 31.95 -
YUV 176.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 170 186 141 0.09 0 0.24 0.27 81.33 0.25 0.64
Hex AA BA 8D 9 0 18 1B 51 19 40
Octal 252 272 215 11 0 30 33 121 31 100
Binary 10101010 10111010 10001101 1001 0 11000 11011 1010001 11001 1000000

Color Harmonies of #AABA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA8D

Black with #AABA8D

Text Example


Text Example

White with #AABA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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