#C1AF33

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

Shades of Old Gold #C1AF33

Tints of Old Gold #C1AF33

Color information

#C1AF33 (or 0xC1AF33) is unknown color: approx Old Gold. HEX triplet: C1, AF and 33. RGB value is (193,175,51). Sum of RGB (Red+Green+Blue) = 193+175+51=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF33 is #3E50CC. Grayscale: #A6A6A6. Windows color (decimal): -4083917 or 3387329. OLE color: 3387329.

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

Color convert

RGB19317551-
CMYK00.090.740.24
HSL52.39º58.2%47.84%-
HSV(B)52.39º73.58%75.69%-
XYZ37.9242.249.29-
YUV166.2562.96147.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 51 (20.31% from 255) = 12.17%
R=46.06%
G=41.77%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931755100.090.740.2452.3958.247.84
HexC1AF33094A18343a30
Octal3012576301111230647260
Binary110000011010111111001101001100101011000110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF33; }

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

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

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

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

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

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

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

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