Html Css Color HEX #AAC38C Norway

📋 copy color: '#AAC38C'

red 170 ◦ green 195 ◦ blue 140

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

Shades of Norway #AAC38C

Tints of Norway #AAC38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.61%

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

R = 33.66%
G = 38.61%
B = 27.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AAC38C (or 0xAAC38C) is known color: Norway. HEX triplet: AA, C3 and 8C. RGB value is (170,195,140). Sum of RGB (Red+Green+Blue) = 170+195+140=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38C is #553C73. Grayscale: #B5B5B5. Windows color (decimal): -5586036 or 9225130. OLE color: 9225130.

HSL color Cylindrical-coordinate representation of color #AAC38C: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC38C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 140 -
CMYK 0.13 0 0.28 0.24
HSL 87.27º 0.31% 0.66% -
HSV(B) 87.27º 0.28% 0.76% -
XYZ 40.83 49.47 32.21 -
YUV 181.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 170 195 140 0.13 0 0.28 0.24 87.27 0.31 0.66
Hex AA C3 8C D 0 1C 18 57 1F 42
Octal 252 303 214 15 0 34 30 127 37 102
Binary 10101010 11000011 10001100 1101 0 11100 11000 1010111 11111 1000010

Color Harmonies of #AAC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC38C

Black with #AAC38C

Text Example


Text Example

White with #AAC38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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