Html Css Color HEX #D2AEAF Pale Chestnut

📋 copy color: '#D2AEAF'

red 210 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #D2AEAF

Tints of Pale Chestnut #D2AEAF

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 174 (68.36% from 255) = 31.13%

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

R = 37.57%
G = 31.13%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D2AEAF (or 0xD2AEAF) is known color: Pale Chestnut. HEX triplet: D2, AE and AF. RGB value is (210,174,175). Sum of RGB (Red+Green+Blue) = 210+174+175=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEAF is #2D5150. Grayscale: #B8B8B8. Windows color (decimal): -2969937 or 11513554. OLE color: 11513554.

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

Color convert

RGB 210 174 175 -
CMYK 0 0.17 0.17 0.18
HSL 358.33º 0.29% 0.75% -
HSV(B) 358.33º 0.17% 0.82% -
XYZ 49.45 47.07 47.04 -
YUV 184.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 210 174 175 0 0.17 0.17 0.18 358.33 0.29 0.75
Hex D2 AE AF 0 11 11 12 166 1D 4B
Octal 322 256 257 0 21 21 22 546 35 113
Binary 11010010 10101110 10101111 0 10001 10001 10010 101100110 11101 1001011

Color Harmonies of #D2AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEAF

Black with #D2AEAF

Text Example


Text Example

White with #D2AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEAF; }

 p { color: rgb(210,174,175); }

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

background-color css

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

 a { background-color: rgb(210,174,175); }

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

border-color css

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

 span { border-color: rgb(210,174,175); }

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