#C5AF3A

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

Shades of Old Gold #C5AF3A

Tints of Old Gold #C5AF3A

Color information

#C5AF3A (or 0xC5AF3A) is unknown color: approx Old Gold. HEX triplet: C5, AF and 3A. RGB value is (197,175,58). Sum of RGB (Red+Green+Blue) = 197+175+58=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF3A is #3A50C5. Grayscale: #A8A8A8. Windows color (decimal): -3821766 or 3846085. OLE color: 3846085.

HSL color Cylindrical-coordinate representation of color #C5AF3A: hue angle of 50.5º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5AF3A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19717558-
CMYK00.110.710.23
HSL50.5º54.51%50%-
HSV(B)50.5º70.56%77.25%-
XYZ39.1242.8410.21-
YUV168.2465.79148.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=45.81%
G=40.70%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971755800.110.710.2350.554.5150
HexC5AF3A0B4717333732
Octal3052577201310727636762
Binary110001011010111111101001011100011110111110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF3A; }

 p { color: rgb(197,175,58); }

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

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

 a { background-color: rgb(197,175,58); }

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

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

 span { border-color: rgb(197,175,58); }

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