#C6AE32

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

Shades of Old Gold #C6AE32

Tints of Old Gold #C6AE32

Color information

#C6AE32 (or 0xC6AE32) is unknown color: approx Old Gold. HEX triplet: C6, AE and 32. RGB value is (198,174,50). Sum of RGB (Red+Green+Blue) = 198+174+50=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE32 is #3951CD. Grayscale: #A7A7A7. Windows color (decimal): -3756494 or 3321542. OLE color: 3321542.

HSL color Cylindrical-coordinate representation of color #C6AE32: hue angle of 50.27º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6AE32 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19817450-
CMYK00.120.750.22
HSL50.27º59.68%48.63%-
HSV(B)50.27º74.75%77.65%-
XYZ3942.519.17-
YUV167.0461.95150.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=46.92%
G=41.23%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981745000.120.750.2250.2759.6848.63
HexC6AE320C4B16323c31
Octal3062566201411326627461
Binary110001101010111011001001100100101110110110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE32; }

 p { color: rgb(198,174,50); }

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

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

 a { background-color: rgb(198,174,50); }

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

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

 span { border-color: rgb(198,174,50); }

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