Html Css Color HEX #AAC888 Norway

📋 copy color: '#AAC888'

red 170 ◦ green 200 ◦ blue 136

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

Shades of Norway #AAC888

Tints of Norway #AAC888

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 33.6%
G = 39.53%
B = 26.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#AAC888 (or 0xAAC888) is known color: Norway. HEX triplet: AA, C8 and 88. RGB value is (170,200,136). Sum of RGB (Red+Green+Blue) = 170+200+136=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC888 is #553777. Grayscale: #B7B7B7. Windows color (decimal): -5584760 or 8964266. OLE color: 8964266.

HSL color Cylindrical-coordinate representation of color #AAC888: hue angle of 88.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC888 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 136 -
CMYK 0.15 0 0.32 0.22
HSL 88.13º 0.37% 0.66% -
HSV(B) 88.13º 0.32% 0.78% -
XYZ 41.68 51.63 31.06 -
YUV 183.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 170 200 136 0.15 0 0.32 0.22 88.13 0.37 0.66
Hex AA C8 88 F 0 20 16 58 25 42
Octal 252 310 210 17 0 40 26 130 45 102
Binary 10101010 11001000 10001000 1111 0 100000 10110 1011000 100101 1000010

Color Harmonies of #AAC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC888

Black with #AAC888

Text Example


Text Example

White with #AAC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC888; }

 p { color: rgb(170,200,136); }

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

background-color css

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

 a { background-color: rgb(170,200,136); }

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

border-color css

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

 span { border-color: rgb(170,200,136); }

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