#D5A5A7

Color #D5A5A7 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #D5A5A7

Tints of Pale Chestnut #D5A5A7

Color information

#D5A5A7 (or 0xD5A5A7) is unknown color: approx Pale Chestnut. HEX triplet: D5, A5 and A7. RGB value is (213,165,167). Sum of RGB (Red+Green+Blue) = 213+165+167=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5A7 is #2A5A58. Grayscale: #B3B3B3. Windows color (decimal): -2775641 or 10986965. OLE color: 10986965.

HSL color Cylindrical-coordinate representation of color #D5A5A7: hue angle of 357.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5A7 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213165167-
CMYK00.230.220.16
HSL357.5º36.36%74.12%-
HSV(B)357.5º22.54%83.53%-
XYZ47.8743.8542.5-
YUV179.58120.9151.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=39.08%
G=30.28%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316516700.230.220.16357.536.3674.12
HexD5A5A70171610166244a
Octal325245247027262054644112
Binary11010101101001011010011101011110110100001011001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5A7; }

 p { color: rgb(213,165,167); }

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

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

 a { background-color: rgb(213,165,167); }

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

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

 span { border-color: rgb(213,165,167); }

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