#C5AE73

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

Shades of Putty #C5AE73

Tints of Putty #C5AE73

Color information

#C5AE73 (or 0xC5AE73) is unknown color: approx Putty. HEX triplet: C5, AE and 73. RGB value is (197,174,115). Sum of RGB (Red+Green+Blue) = 197+174+115=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE73 is #3A518C. Grayscale: #AEAEAE. Windows color (decimal): -3821965 or 7581381. OLE color: 7581381.

HSL color Cylindrical-coordinate representation of color #C5AE73: hue angle of 43.17º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5AE73 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197174115-
CMYK00.120.420.23
HSL43.17º41.41%61.18%-
HSV(B)43.17º41.62%77.25%-
XYZ41.2643.3822.42-
YUV174.1594.62144.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=40.53%
G=35.80%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717411500.120.420.2343.1741.4161.18
HexC5AE730C2A172b293d
Octal3052561630145227535175
Binary110001011010111011100110110010101010111101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE73; }

 p { color: rgb(197,174,115); }

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

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

 a { background-color: rgb(197,174,115); }

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

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

 span { border-color: rgb(197,174,115); }

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