#D7AC76

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

Shades of Putty #D7AC76

Tints of Putty #D7AC76

Color information

#D7AC76 (or 0xD7AC76) is unknown color: approx Putty. HEX triplet: D7, AC and 76. RGB value is (215,172,118). Sum of RGB (Red+Green+Blue) = 215+172+118=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC76 is #285389. Grayscale: #B2B2B2. Windows color (decimal): -2642826 or 7777495. OLE color: 7777495.

HSL color Cylindrical-coordinate representation of color #D7AC76: hue angle of 33.4º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7AC76 is Cyan = 0, Magento = 0.2, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215172118-
CMYK00.20.450.16
HSL33.4º54.8%65.29%-
HSV(B)33.4º45.12%84.31%-
XYZ46.0545.2623.45-
YUV178.793.75153.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=42.57%
G=34.06%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517211800.20.450.1633.454.865.29
HexD7AC760142D10213741
Octal32725416602455204167101
Binary11010111101011001110110010100101101100001000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC76; }

 p { color: rgb(215,172,118); }

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

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

 a { background-color: rgb(215,172,118); }

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

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

 span { border-color: rgb(215,172,118); }

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