#D2AE8E

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

Shades of Tan #D2AE8E

Tints of Tan #D2AE8E

Color information

#D2AE8E (or 0xD2AE8E) is unknown color: approx Tan. HEX triplet: D2, AE and 8E. RGB value is (210,174,142). Sum of RGB (Red+Green+Blue) = 210+174+142=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE8E is #2D5171. Grayscale: #B5B5B5. Windows color (decimal): -2969970 or 9350866. OLE color: 9350866.

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

Color convert

RGB210174142-
CMYK00.170.320.18
HSL28.24º43.04%69.02%-
HSV(B)28.24º32.38%82.35%-
XYZ46.645.9332-
YUV181.12105.93148.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=39.92%
G=33.08%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017414200.170.320.1828.2443.0469.02
HexD2AE8E01120121c2b45
Octal32225621602140223453105
Binary11010010101011101000111001000110000010010111001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AE8E; }

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

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

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

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

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

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

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

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