#C0AF38

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

Shades of Old Gold #C0AF38

Tints of Old Gold #C0AF38

Color information

#C0AF38 (or 0xC0AF38) is unknown color: approx Old Gold. HEX triplet: C0, AF and 38. RGB value is (192,175,56). Sum of RGB (Red+Green+Blue) = 192+175+56=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF38 is #3F50C7. Grayscale: #A7A7A7. Windows color (decimal): -4149448 or 3715008. OLE color: 3715008.

HSL color Cylindrical-coordinate representation of color #C0AF38: hue angle of 52.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0AF38 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19217556-
CMYK00.090.710.25
HSL52.5º54.84%48.63%-
HSV(B)52.5º70.83%75.29%-
XYZ37.7842.159.89-
YUV166.5265.63146.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 56 (22.27% from 255) = 13.24%
R=45.39%
G=41.37%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921755600.090.710.2552.554.8448.63
HexC0AF38094719343731
Octal3002577001110731646761
Binary110000001010111111100001001100011111001110100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF38; }

 p { color: rgb(192,175,56); }

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

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

 a { background-color: rgb(192,175,56); }

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

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

 span { border-color: rgb(192,175,56); }

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