Html Css Color HEX #DAA1A6 Pale Chestnut

📋 copy color: '#DAA1A6'

red 218 ◦ green 161 ◦ blue 166

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

Shades of Pale Chestnut #DAA1A6

Tints of Pale Chestnut #DAA1A6

RGB

 RED value IS 218 (85.55% from 255) = 40%

 GREEN value IS 161 (63.28% from 255) = 29.54%

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 40%
G = 29.54%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAA1A6 (or 0xDAA1A6) is known color: Pale Chestnut. HEX triplet: DA, A1 and A6. RGB value is (218,161,166). Sum of RGB (Red+Green+Blue) = 218+161+166=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1A6 is #255E59. Grayscale: #B2B2B2. Windows color (decimal): -2448986 or 10920410. OLE color: 10920410.

HSL color Cylindrical-coordinate representation of color #DAA1A6: hue angle of 354.74º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1A6 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 166 -
CMYK 0 0.26 0.24 0.15
HSL 354.74º 0.44% 0.74% -
HSV(B) 354.74º 0.26% 0.85% -
XYZ 48.54 43.15 41.85 -
YUV 178.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 218 161 166 0 0.26 0.24 0.15 354.74 0.44 0.74
Hex DA A1 A6 0 1A 18 F 163 2C 4A
Octal 332 241 246 0 32 30 17 543 54 112
Binary 11011010 10100001 10100110 0 11010 11000 1111 101100011 101100 1001010

Color Harmonies of #DAA1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1A6

Black with #DAA1A6

Text Example


Text Example

White with #DAA1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1A6; }

 p { color: rgb(218,161,166); }

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

background-color css

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

 a { background-color: rgb(218,161,166); }

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

border-color css

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

 span { border-color: rgb(218,161,166); }

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