Html Css Color HEX #D3AAB0 Pale Chestnut

📋 copy color: '#D3AAB0'

red 211 ◦ green 170 ◦ blue 176

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

Shades of Pale Chestnut #D3AAB0

Tints of Pale Chestnut #D3AAB0

RGB

 RED value IS 211 (82.81% from 255) = 37.88%

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 37.88%
G = 30.52%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D3AAB0 (or 0xD3AAB0) is known color: Pale Chestnut. HEX triplet: D3, AA and B0. RGB value is (211,170,176). Sum of RGB (Red+Green+Blue) = 211+170+176=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAB0 is #2C554F. Grayscale: #B6B6B6. Windows color (decimal): -2905424 or 11578067. OLE color: 11578067.

HSL color Cylindrical-coordinate representation of color #D3AAB0: hue angle of 351.22º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AAB0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 170 176 -
CMYK 0 0.19 0.17 0.17
HSL 351.22º 0.32% 0.75% -
HSV(B) 351.22º 0.19% 0.83% -
XYZ 49.08 45.73 47.32 -
YUV 182.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 211 170 176 0 0.19 0.17 0.17 351.22 0.32 0.75
Hex D3 AA B0 0 13 11 11 15F 20 4B
Octal 323 252 260 0 23 21 21 537 40 113
Binary 11010011 10101010 10110000 0 10011 10001 10001 101011111 100000 1001011

Color Harmonies of #D3AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAB0

Black with #D3AAB0

Text Example


Text Example

White with #D3AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAB0; }

 p { color: rgb(211,170,176); }

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

background-color css

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

 a { background-color: rgb(211,170,176); }

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

border-color css

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

 span { border-color: rgb(211,170,176); }

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