#C3AE32

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

Shades of Old Gold #C3AE32

Tints of Old Gold #C3AE32

Color information

#C3AE32 (or 0xC3AE32) is unknown color: approx Old Gold. HEX triplet: C3, AE and 32. RGB value is (195,174,50). Sum of RGB (Red+Green+Blue) = 195+174+50=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AE32 is #3C51CD. Grayscale: #A6A6A6. Windows color (decimal): -3953102 or 3321539. OLE color: 3321539.

HSL color Cylindrical-coordinate representation of color #C3AE32: hue angle of 51.31º 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 #C3AE32 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19517450-
CMYK00.110.740.24
HSL51.31º59.18%48.04%-
HSV(B)51.31º74.36%76.47%-
XYZ38.2242.19.13-
YUV166.1462.46148.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 50 (19.92% from 255) = 11.93%
R=46.54%
G=41.53%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951745000.110.740.2451.3159.1848.04
HexC3AE320B4A18333b30
Octal3032566201311230637360
Binary110000111010111011001001011100101011000110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE32; }

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

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

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

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

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

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

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

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