#C5AA34

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

Shades of Old Gold #C5AA34

Tints of Old Gold #C5AA34

Color information

#C5AA34 (or 0xC5AA34) is unknown color: approx Old Gold. HEX triplet: C5, AA and 34. RGB value is (197,170,52). Sum of RGB (Red+Green+Blue) = 197+170+52=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA34 is #3A55CB. Grayscale: #A5A5A5. Windows color (decimal): -3823052 or 3451589. OLE color: 3451589.

HSL color Cylindrical-coordinate representation of color #C5AA34: hue angle of 48.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AA34 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19717052-
CMYK00.140.740.23
HSL48.83º58.23%48.82%-
HSV(B)48.83º73.6%77.25%-
XYZ38.0240.879.13-
YUV164.6264.45151.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=47.02%
G=40.57%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971705200.140.740.2348.8358.2348.82
HexC5AA340E4A17313a31
Octal3052526401611227617261
Binary110001011010101011010001110100101010111110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA34; }

 p { color: rgb(197,170,52); }

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

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

 a { background-color: rgb(197,170,52); }

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

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

 span { border-color: rgb(197,170,52); }

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