#D4ACAA

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

Shades of Oyster Pink #D4ACAA

Tints of Oyster Pink #D4ACAA

Color information

#D4ACAA (or 0xD4ACAA) is unknown color: approx Oyster Pink. HEX triplet: D4, AC and AA. RGB value is (212,172,170). Sum of RGB (Red+Green+Blue) = 212+172+170=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACAA is #2B5355. Grayscale: #B7B7B7. Windows color (decimal): -2839382 or 11185364. OLE color: 11185364.

HSL color Cylindrical-coordinate representation of color #D4ACAA: hue angle of 2.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ACAA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212172170-
CMYK00.190.200.17
HSL2.86º32.81%74.9%-
HSV(B)2.86º19.81%83.14%-
XYZ49.1646.444.4-
YUV183.73120.25148.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=38.27%
G=31.05%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217217000.190.200.172.8632.8174.9
HexD4ACAA01314113214b
Octal3242542520232421341113
Binary1101010010101100101010100100111010010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACAA; }

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

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

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

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

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

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

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

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