#C6AF32

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

Shades of Old Gold #C6AF32

Tints of Old Gold #C6AF32

Color information

#C6AF32 (or 0xC6AF32) is unknown color: approx Old Gold. HEX triplet: C6, AF and 32. RGB value is (198,175,50). Sum of RGB (Red+Green+Blue) = 198+175+50=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF32 is #3950CD. Grayscale: #A8A8A8. Windows color (decimal): -3756238 or 3321798. OLE color: 3321798.

HSL color Cylindrical-coordinate representation of color #C6AF32: hue angle of 50.68º 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 #C6AF32 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19817550-
CMYK00.120.750.22
HSL50.68º59.68%48.63%-
HSV(B)50.68º74.75%77.65%-
XYZ39.1942.99.23-
YUV167.6361.62149.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 50 (19.92% from 255) = 11.82%
R=46.81%
G=41.37%
B=11.82%

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
Decimal1981755000.120.750.2250.6859.6848.63
HexC6AF320C4B16333c31
Octal3062576201411326637461
Binary110001101010111111001001100100101110110110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF32; }

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

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

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

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

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

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

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

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