Html Css Color HEX #D5ACAA Oyster Pink

📋 copy color: '#D5ACAA'

red 213 ◦ green 172 ◦ blue 170

#D5ACAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #D5ACAA

Tints of Oyster Pink #D5ACAA

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.8% from 255) = 30.63%

R = 38.38%
G = 30.99%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5ACAA (or 0xD5ACAA) is known color: 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

RGB 213 172 170 -
CMYK 0 0.19 0.20 0.16
HSL 2.79º 0.34% 0.75% -
HSV(B) 2.79º 0.2% 0.84% -
XYZ 49.45 46.55 44.41 -
YUV 184.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 213 172 170 0 0.19 0.20 0.16 2.79 0.34 0.75
Hex D5 AC AA 0 13 14 10 3 22 4B
Octal 325 254 252 0 23 24 20 3 42 113
Binary 11010101 10101100 10101010 0 10011 10100 10000 11 100010 1001011

Color Harmonies of #D5ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACAA

Black with #D5ACAA

Text Example


Text Example

White with #D5ACAA

Text Example


Text Example

HTML Codes & Css Web 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>