#D4ACAC

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

Shades of Oyster Pink #D4ACAC

Tints of Oyster Pink #D4ACAC

Color information

#D4ACAC (or 0xD4ACAC) is unknown color: approx Oyster Pink. HEX triplet: D4, AC and AC. RGB value is (212,172,172). Sum of RGB (Red+Green+Blue) = 212+172+172=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACAC is #2B5353. Grayscale: #B8B8B8. Windows color (decimal): -2839380 or 11316436. OLE color: 11316436.

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

Color convert

RGB212172172-
CMYK00.190.190.17
HSL31.75%75.29%-
HSV(B)18.87%83.14%-
XYZ49.3546.4845.4-
YUV183.96121.25148-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=38.13%
G=30.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217217200.190.190.17031.7575.29
HexD4ACAC01313110204b
Octal3242542540232321040113
Binary110101001010110010101100010011100111000101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACAC; }

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

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

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

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

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

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

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

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