#D4AEAA

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

Shades of Oyster Pink #D4AEAA

Tints of Oyster Pink #D4AEAA

Color information

#D4AEAA (or 0xD4AEAA) is unknown color: approx Oyster Pink. HEX triplet: D4, AE and AA. RGB value is (212,174,170). Sum of RGB (Red+Green+Blue) = 212+174+170=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AEAA is #2B5155. Grayscale: #B8B8B8. Windows color (decimal): -2838870 or 11185876. OLE color: 11185876.

HSL color Cylindrical-coordinate representation of color #D4AEAA: hue angle of 5.71º 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 #D4AEAA is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212174170-
CMYK00.180.200.17
HSL5.71º32.81%74.9%-
HSV(B)5.71º19.81%83.14%-
XYZ49.5447.1744.52-
YUV184.91119.59147.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=38.13%
G=31.29%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217417000.180.200.175.7132.8174.9
HexD4AEAA01214116214b
Octal3242562520222421641113
Binary11010100101011101010101001001010100100011101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEAA; }

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

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

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

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

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

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

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

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