Html Css Color HEX #D7ABAF Pale Chestnut

📋 copy color: '#D7ABAF'

red 215 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #D7ABAF

Tints of Pale Chestnut #D7ABAF

RGB

 RED value IS 215 (84.38% from 255) = 38.32%

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 38.32%
G = 30.48%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7ABAF (or 0xD7ABAF) is known color: Pale Chestnut. HEX triplet: D7, AB and AF. RGB value is (215,171,175). Sum of RGB (Red+Green+Blue) = 215+171+175=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ABAF is #285450. Grayscale: #B8B8B8. Windows color (decimal): -2643025 or 11512791. OLE color: 11512791.

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

Color convert

RGB 215 171 175 -
CMYK 0 0.20 0.19 0.16
HSL 354.55º 0.35% 0.76% -
HSV(B) 354.55º 0.2% 0.84% -
XYZ 50.33 46.67 46.91 -
YUV 184.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 215 171 175 0 0.20 0.19 0.16 354.55 0.35 0.76
Hex D7 AB AF 0 14 13 10 163 23 4C
Octal 327 253 257 0 24 23 20 543 43 114
Binary 11010111 10101011 10101111 0 10100 10011 10000 101100011 100011 1001100

Color Harmonies of #D7ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ABAF

Black with #D7ABAF

Text Example


Text Example

White with #D7ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ABAF; }

 p { color: rgb(215,171,175); }

 H1.HeaderClassName
 {
   color: #D7ABAF;
 }
 .AnyTagClassName
 {
   color: #D7ABAF;
 }
</style>

background-color css

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

 a { background-color: rgb(215,171,175); }

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

border-color css

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

 span { border-color: rgb(215,171,175); }

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