Html Css Color HEX #AABD8D Norway

📋 copy color: '#AABD8D'

red 170 ◦ green 189 ◦ blue 141

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

Shades of Norway #AABD8D

Tints of Norway #AABD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

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

R = 34%
G = 37.8%
B = 28.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#AABD8D (or 0xAABD8D) is known color: Norway. HEX triplet: AA, BD and 8D. RGB value is (170,189,141). Sum of RGB (Red+Green+Blue) = 170+189+141=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8D is #554272. Grayscale: #B2B2B2. Windows color (decimal): -5587571 or 9289130. OLE color: 9289130.

HSL color Cylindrical-coordinate representation of color #AABD8D: hue angle of 83.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABD8D is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 141 -
CMYK 0.10 0 0.25 0.26
HSL 83.75º 0.27% 0.65% -
HSV(B) 83.75º 0.25% 0.74% -
XYZ 39.58 46.86 32.16 -
YUV 177.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 170 189 141 0.10 0 0.25 0.26 83.75 0.27 0.65
Hex AA BD 8D A 0 19 1A 54 1B 41
Octal 252 275 215 12 0 31 32 124 33 101
Binary 10101010 10111101 10001101 1010 0 11001 11010 1010100 11011 1000001

Color Harmonies of #AABD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD8D

Black with #AABD8D

Text Example


Text Example

White with #AABD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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