Html Css Color HEX #AABA8C Norway

📋 copy color: '#AABA8C'

red 170 ◦ green 186 ◦ blue 140

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

Shades of Norway #AABA8C

Tints of Norway #AABA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 34.27%
G = 37.5%
B = 28.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AABA8C (or 0xAABA8C) is known color: Norway. HEX triplet: AA, BA and 8C. RGB value is (170,186,140). Sum of RGB (Red+Green+Blue) = 170+186+140=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA8C is #554573. Grayscale: #B0B0B0. Windows color (decimal): -5588340 or 9222826. OLE color: 9222826.

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

Color convert

RGB 170 186 140 -
CMYK 0.09 0 0.25 0.27
HSL 80.87º 0.25% 0.64% -
HSV(B) 80.87º 0.25% 0.73% -
XYZ 38.87 45.56 31.56 -
YUV 175.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 170 186 140 0.09 0 0.25 0.27 80.87 0.25 0.64
Hex AA BA 8C 9 0 19 1B 51 19 40
Octal 252 272 214 11 0 31 33 121 31 100
Binary 10101010 10111010 10001100 1001 0 11001 11011 1010001 11001 1000000

Color Harmonies of #AABA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA8C

Black with #AABA8C

Text Example


Text Example

White with #AABA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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