#C4AD3A

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

Shades of Old Gold #C4AD3A

Tints of Old Gold #C4AD3A

Color information

#C4AD3A (or 0xC4AD3A) is unknown color: approx Old Gold. HEX triplet: C4, AD and 3A. RGB value is (196,173,58). Sum of RGB (Red+Green+Blue) = 196+173+58=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD3A is #3B52C5. Grayscale: #A7A7A7. Windows color (decimal): -3887814 or 3845572. OLE color: 3845572.

HSL color Cylindrical-coordinate representation of color #C4AD3A: hue angle of 50º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4AD3A is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19617358-
CMYK00.120.700.23
HSL50º54.33%49.8%-
HSV(B)50º70.41%76.86%-
XYZ38.4741.9310.07-
YUV166.7766.62148.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 58 (23.05% from 255) = 13.58%
R=45.90%
G=40.52%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961735800.120.700.235054.3349.8
HexC4AD3A0C4617323632
Octal3042557201410627626662
Binary110001001010110111101001100100011010111110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD3A; }

 p { color: rgb(196,173,58); }

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

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

 a { background-color: rgb(196,173,58); }

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

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

 span { border-color: rgb(196,173,58); }

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