#C3AE39

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

Shades of Old Gold #C3AE39

Tints of Old Gold #C3AE39

Color information

#C3AE39 (or 0xC3AE39) is unknown color: approx Old Gold. HEX triplet: C3, AE and 39. RGB value is (195,174,57). Sum of RGB (Red+Green+Blue) = 195+174+57=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AE39 is #3C51C6. Grayscale: #A7A7A7. Windows color (decimal): -3953095 or 3780291. OLE color: 3780291.

HSL color Cylindrical-coordinate representation of color #C3AE39: hue angle of 50.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3AE39 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19517457-
CMYK00.110.710.24
HSL50.87º54.76%49.41%-
HSV(B)50.87º70.77%76.47%-
XYZ38.3842.179.99-
YUV166.9465.96148.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 57 (22.66% from 255) = 13.38%
R=45.77%
G=40.85%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951745700.110.710.2450.8754.7649.41
HexC3AE390B4718333731
Octal3032567101310730636761
Binary110000111010111011100101011100011111000110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE39; }

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

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

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

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

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

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

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

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