#ACC0AA

Color #ACC0AA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #ACC0AA

Tints of Rainee #ACC0AA

Color information

#ACC0AA (or 0xACC0AA) is unknown color: approx Rainee. HEX triplet: AC, C0 and AA. RGB value is (172,192,170). Sum of RGB (Red+Green+Blue) = 172+192+170=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AA is #533F55. Grayscale: #B7B7B7. Windows color (decimal): -5455702 or 11190444. OLE color: 11190444.

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

Color convert

RGB172192170-
CMYK0.1000.110.25
HSL114.55º14.86%70.98%-
HSV(B)114.55º11.46%75.29%-
XYZ43.1249.3745.29-
YUV183.51120.37119.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=32.21%
G=35.96%
B=31.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921700.1000.110.25114.5514.8670.98
HexACC0AAA0B1973f47
Octal254300252120133116317107
Binary10101100110000001010101010100101111001111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0AA; }

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

 H1.HeaderClassName
 {
   color: #ACC0AA;
 }
 .AnyTagClassName
 {
   color: #ACC0AA;
 }
</style>
background-color css

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

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

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

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

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

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