#d0aeaa

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

Shades of Oyster Pink #D0AEAA

Tints of Oyster Pink #D0AEAA

Color information

#D0AEAA (or 0xD0AEAA) is unknown color: approx Oyster Pink. HEX triplet: D0, AE and AA. RGB value is (208,174,170). Sum of RGB (Red+Green+Blue) = 208+174+170=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AEAA is #2F5155. Grayscale: #B7B7B7. Windows color (decimal): -3101014 or 11185872. OLE color: 11185872.

HSL color Cylindrical-coordinate representation of color #D0AEAA: hue angle of 6.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AEAA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208174170-
CMYK00.160.180.18
HSL6.32º28.79%74.12%-
HSV(B)6.32º18.27%81.57%-
XYZ48.446.5844.47-
YUV183.71120.26145.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=37.68%
G=31.52%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817417000.160.180.186.3228.7974.12
HexD0AEAA010121261d4a
Octal3202562520202222635112
Binary1101000010101110101010100100001001010010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0aeaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0aeaa; }

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

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

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

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

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

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

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

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