Html Css Color HEX #D6AEAF Pale Chestnut

📋 copy color: '#D6AEAF'

red 214 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #D6AEAF

Tints of Pale Chestnut #D6AEAF

RGB

 RED value IS 214 (83.98% from 255) = 38.01%

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

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

R = 38.01%
G = 30.91%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6AEAF (or 0xD6AEAF) is known color: Pale Chestnut. HEX triplet: D6, AE and AF. RGB value is (214,174,175). Sum of RGB (Red+Green+Blue) = 214+174+175=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEAF is #295150. Grayscale: #BABABA. Windows color (decimal): -2707793 or 11513558. OLE color: 11513558.

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

Color convert

RGB 214 174 175 -
CMYK 0 0.19 0.18 0.16
HSL 358.5º 0.33% 0.76% -
HSV(B) 358.5º 0.19% 0.84% -
XYZ 50.61 47.66 47.09 -
YUV 186.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 214 174 175 0 0.19 0.18 0.16 358.5 0.33 0.76
Hex D6 AE AF 0 13 12 10 166 21 4C
Octal 326 256 257 0 23 22 20 546 41 114
Binary 11010110 10101110 10101111 0 10011 10010 10000 101100110 100001 1001100

Color Harmonies of #D6AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEAF

Black with #D6AEAF

Text Example


Text Example

White with #D6AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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