#D5AC6A

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

Shades of Putty #D5AC6A

Tints of Putty #D5AC6A

Color information

#D5AC6A (or 0xD5AC6A) is unknown color: approx Putty. HEX triplet: D5, AC and 6A. RGB value is (213,172,106). Sum of RGB (Red+Green+Blue) = 213+172+106=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC6A is #2A5395. Grayscale: #B1B1B1. Windows color (decimal): -2773910 or 6991061. OLE color: 6991061.

HSL color Cylindrical-coordinate representation of color #D5AC6A: hue angle of 37.01º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5AC6A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213172106-
CMYK00.190.500.16
HSL37.01º56.02%62.55%-
HSV(B)37.01º50.23%83.53%-
XYZ44.7944.6919.9-
YUV176.7488.08153.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=43.38%
G=35.03%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317210600.190.500.1637.0156.0262.55
HexD5AC6A013321025383f
Octal3252541520236220457077
Binary1101010110101100110101001001111001010000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC6A; }

 p { color: rgb(213,172,106); }

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

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

 a { background-color: rgb(213,172,106); }

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

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

 span { border-color: rgb(213,172,106); }

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