#C3AC3D

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

Shades of Old Gold #C3AC3D

Tints of Old Gold #C3AC3D

Color information

#C3AC3D (or 0xC3AC3D) is unknown color: approx Old Gold. HEX triplet: C3, AC and 3D. RGB value is (195,172,61). Sum of RGB (Red+Green+Blue) = 195+172+61=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC3D is #3C53C2. Grayscale: #A6A6A6. Windows color (decimal): -3953603 or 4041923. OLE color: 4041923.

HSL color Cylindrical-coordinate representation of color #C3AC3D: hue angle of 49.7º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3AC3D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19517261-
CMYK00.120.690.24
HSL49.7º52.76%50.2%-
HSV(B)49.7º68.72%76.47%-
XYZ38.141.4410.41-
YUV166.2268.62148.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 61 (24.22% from 255) = 14.25%
R=45.56%
G=40.19%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951726100.120.690.2449.752.7650.2
HexC3AC3D0C4518323532
Octal3032547501410530626562
Binary110000111010110011110101100100010111000110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC3D; }

 p { color: rgb(195,172,61); }

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

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

 a { background-color: rgb(195,172,61); }

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

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

 span { border-color: rgb(195,172,61); }

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