#C1AF37

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

Shades of Old Gold #C1AF37

Tints of Old Gold #C1AF37

Color information

#C1AF37 (or 0xC1AF37) is unknown color: approx Old Gold. HEX triplet: C1, AF and 37. RGB value is (193,175,55). Sum of RGB (Red+Green+Blue) = 193+175+55=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF37 is #3E50C8. Grayscale: #A7A7A7. Windows color (decimal): -4083913 or 3649473. OLE color: 3649473.

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

Color convert

RGB19317555-
CMYK00.090.720.24
HSL52.17º55.65%48.63%-
HSV(B)52.17º71.5%75.69%-
XYZ38.0142.279.77-
YUV166.764.96146.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 55 (21.88% from 255) = 13.00%
R=45.63%
G=41.37%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931755500.090.720.2452.1755.6548.63
HexC1AF37094818343831
Octal3012576701111030647061
Binary110000011010111111011101001100100011000110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF37; }

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

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

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

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

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

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

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

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