#D7AC72

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

Shades of Putty #D7AC72

Tints of Putty #D7AC72

Color information

#D7AC72 (or 0xD7AC72) is unknown color: approx Putty. HEX triplet: D7, AC and 72. RGB value is (215,172,114). Sum of RGB (Red+Green+Blue) = 215+172+114=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC72 is #28538D. Grayscale: #B2B2B2. Windows color (decimal): -2642830 or 7515351. OLE color: 7515351.

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

Color convert

RGB215172114-
CMYK00.20.470.16
HSL34.46º55.8%64.51%-
HSV(B)34.46º46.98%84.31%-
XYZ45.8145.1722.22-
YUV178.2491.75154.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=42.91%
G=34.33%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517211400.20.470.1634.4655.864.51
HexD7AC720142F10223841
Octal32725416202457204270101
Binary11010111101011001110010010100101111100001000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC72; }

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

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

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

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

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

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

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

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