#C1AE33

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

Shades of Old Gold #C1AE33

Tints of Old Gold #C1AE33

Color information

#C1AE33 (or 0xC1AE33) is unknown color: approx Old Gold. HEX triplet: C1, AE and 33. RGB value is (193,174,51). Sum of RGB (Red+Green+Blue) = 193+174+51=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AE33 is #3E51CC. Grayscale: #A6A6A6. Windows color (decimal): -4084173 or 3387073. OLE color: 3387073.

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

Color convert

RGB19317451-
CMYK00.100.740.24
HSL51.97º58.2%47.84%-
HSV(B)51.97º73.58%75.69%-
XYZ37.7341.859.22-
YUV165.6663.29147.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=46.17%
G=41.63%
B=12.20%

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
Decimal1931745100.100.740.2451.9758.247.84
HexC1AE330A4A18343a30
Octal3012566301211230647260
Binary110000011010111011001101010100101011000110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE33; }

 p { color: rgb(193,174,51); }

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

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

 a { background-color: rgb(193,174,51); }

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

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

 span { border-color: rgb(193,174,51); }

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