#C5AE38

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

Shades of Old Gold #C5AE38

Tints of Old Gold #C5AE38

Color information

#C5AE38 (or 0xC5AE38) is unknown color: approx Old Gold. HEX triplet: C5, AE and 38. RGB value is (197,174,56). Sum of RGB (Red+Green+Blue) = 197+174+56=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE38 is #3A51C7. Grayscale: #A7A7A7. Windows color (decimal): -3822024 or 3714757. OLE color: 3714757.

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

Color convert

RGB19717456-
CMYK00.120.720.23
HSL50.21º55.73%49.61%-
HSV(B)50.21º71.57%77.25%-
XYZ38.8842.439.88-
YUV167.4265.12149.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 56 (22.27% from 255) = 13.11%
R=46.14%
G=40.75%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971745600.120.720.2350.2155.7349.61
HexC5AE380C4817323832
Octal3052567001411027627062
Binary110001011010111011100001100100100010111110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE38; }

 p { color: rgb(197,174,56); }

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

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

 a { background-color: rgb(197,174,56); }

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

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

 span { border-color: rgb(197,174,56); }

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