#D5ACAA

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

Shades of Oyster Pink #D5ACAA

Tints of Oyster Pink #D5ACAA

Color information

#D5ACAA (or 0xD5ACAA) is unknown color: approx Oyster Pink. HEX triplet: D5, AC and AA. RGB value is (213,172,170). Sum of RGB (Red+Green+Blue) = 213+172+170=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ACAA is #2A5355. Grayscale: #B8B8B8. Windows color (decimal): -2773846 or 11185365. OLE color: 11185365.

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

Color convert

RGB213172170-
CMYK00.190.200.16
HSL2.79º33.86%75.1%-
HSV(B)2.79º20.19%83.53%-
XYZ49.4546.5544.41-
YUV184.03120.08148.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=38.38%
G=30.99%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317217000.190.200.162.7933.8675.1
HexD5ACAA01314103224b
Octal3252542520232420342113
Binary1101010110101100101010100100111010010000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACAA; }

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

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

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

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

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

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

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

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