Html Css Color HEX #D0A7AB Pale Chestnut

📋 copy color: '#D0A7AB'

red 208 ◦ green 167 ◦ blue 171

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

Shades of Pale Chestnut #D0A7AB

Tints of Pale Chestnut #D0A7AB

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

 GREEN value IS 167 (65.63% from 255) = 30.59%

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 38.1%
G = 30.59%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0A7AB (or 0xD0A7AB) is known color: Pale Chestnut. HEX triplet: D0, A7 and AB. RGB value is (208,167,171). Sum of RGB (Red+Green+Blue) = 208+167+171=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A7AB is #2F5854. Grayscale: #B3B3B3. Windows color (decimal): -3102805 or 11249616. OLE color: 11249616.

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

Color convert

RGB 208 167 171 -
CMYK 0 0.20 0.18 0.18
HSL 354.15º 0.3% 0.74% -
HSV(B) 354.15º 0.2% 0.82% -
XYZ 47.18 43.99 44.53 -
YUV 179.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 208 167 171 0 0.20 0.18 0.18 354.15 0.3 0.74
Hex D0 A7 AB 0 14 12 12 162 1E 4A
Octal 320 247 253 0 24 22 22 542 36 112
Binary 11010000 10100111 10101011 0 10100 10010 10010 101100010 11110 1001010

Color Harmonies of #D0A7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7AB

Black with #D0A7AB

Text Example


Text Example

White with #D0A7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7AB; }

 p { color: rgb(208,167,171); }

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

background-color css

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

 a { background-color: rgb(208,167,171); }

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

border-color css

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

 span { border-color: rgb(208,167,171); }

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