#C3AF32

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

Shades of Old Gold #C3AF32

Tints of Old Gold #C3AF32

Color information

#C3AF32 (or 0xC3AF32) is unknown color: approx Old Gold. HEX triplet: C3, AF and 32. RGB value is (195,175,50). Sum of RGB (Red+Green+Blue) = 195+175+50=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF32 is #3C50CD. Grayscale: #A7A7A7. Windows color (decimal): -3952846 or 3321795. OLE color: 3321795.

HSL color Cylindrical-coordinate representation of color #C3AF32: hue angle of 51.72º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3AF32 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19517550-
CMYK00.100.740.24
HSL51.72º59.18%48.04%-
HSV(B)51.72º74.36%76.47%-
XYZ38.4142.499.19-
YUV166.7362.13148.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 50 (19.92% from 255) = 11.90%
R=46.43%
G=41.67%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951755000.100.740.2451.7259.1848.04
HexC3AF320A4A18343b30
Octal3032576201211230647360
Binary110000111010111111001001010100101011000110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF32; }

 p { color: rgb(195,175,50); }

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

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

 a { background-color: rgb(195,175,50); }

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

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

 span { border-color: rgb(195,175,50); }

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