Html Css Color HEX #AAC08B Norway

📋 copy color: '#AAC08B'

red 170 ◦ green 192 ◦ blue 139

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

Shades of Norway #AAC08B

Tints of Norway #AAC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.32%

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 33.93%
G = 38.32%
B = 27.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#AAC08B (or 0xAAC08B) is known color: Norway. HEX triplet: AA, C0 and 8B. RGB value is (170,192,139). Sum of RGB (Red+Green+Blue) = 170+192+139=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC08B is #553F74. Grayscale: #B3B3B3. Windows color (decimal): -5586805 or 9158826. OLE color: 9158826.

HSL color Cylindrical-coordinate representation of color #AAC08B: hue angle of 84.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC08B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 139 -
CMYK 0.11 0 0.28 0.25
HSL 84.91º 0.3% 0.65% -
HSV(B) 84.91º 0.28% 0.75% -
XYZ 40.09 48.11 31.6 -
YUV 179.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 170 192 139 0.11 0 0.28 0.25 84.91 0.3 0.65
Hex AA C0 8B B 0 1C 19 55 1E 41
Octal 252 300 213 13 0 34 31 125 36 101
Binary 10101010 11000000 10001011 1011 0 11100 11001 1010101 11110 1000001

Color Harmonies of #AAC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC08B

Black with #AAC08B

Text Example


Text Example

White with #AAC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC08B; }

 p { color: rgb(170,192,139); }

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

background-color css

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

 a { background-color: rgb(170,192,139); }

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

border-color css

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

 span { border-color: rgb(170,192,139); }

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