#C4AE3A

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

Shades of Old Gold #C4AE3A

Tints of Old Gold #C4AE3A

Color information

#C4AE3A (or 0xC4AE3A) is unknown color: approx Old Gold. HEX triplet: C4, AE and 3A. RGB value is (196,174,58). Sum of RGB (Red+Green+Blue) = 196+174+58=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AE3A is #3B51C5. Grayscale: #A7A7A7. Windows color (decimal): -3887558 or 3845828. OLE color: 3845828.

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

Color convert

RGB19617458-
CMYK00.110.700.23
HSL50.43º54.33%49.8%-
HSV(B)50.43º70.41%76.86%-
XYZ38.6642.3110.13-
YUV167.3566.29148.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=45.79%
G=40.65%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961745800.110.700.2350.4354.3349.8
HexC4AE3A0B4617323632
Octal3042567201310627626662
Binary110001001010111011101001011100011010111110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE3A; }

 p { color: rgb(196,174,58); }

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

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

 a { background-color: rgb(196,174,58); }

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

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

 span { border-color: rgb(196,174,58); }

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