#C1AA33

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

Shades of Old Gold #C1AA33

Tints of Old Gold #C1AA33

Color information

#C1AA33 (or 0xC1AA33) is unknown color: approx Old Gold. HEX triplet: C1, AA and 33. RGB value is (193,170,51). Sum of RGB (Red+Green+Blue) = 193+170+51=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA33 is #3E55CC. Grayscale: #A3A3A3. Windows color (decimal): -4085197 or 3386049. OLE color: 3386049.

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

Color convert

RGB19317051-
CMYK00.120.740.24
HSL50.28º58.2%47.84%-
HSV(B)50.28º73.58%75.69%-
XYZ36.9640.338.97-
YUV163.3164.62149.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 51 (20.31% from 255) = 12.32%
R=46.62%
G=41.06%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931705100.120.740.2450.2858.247.84
HexC1AA330C4A18323a30
Octal3012526301411230627260
Binary110000011010101011001101100100101011000110010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA33; }

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

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

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

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

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

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

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

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