#C8AE3A

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

Shades of Old Gold #C8AE3A

Tints of Old Gold #C8AE3A

Color information

#C8AE3A (or 0xC8AE3A) is unknown color: approx Old Gold. HEX triplet: C8, AE and 3A. RGB value is (200,174,58). Sum of RGB (Red+Green+Blue) = 200+174+58=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE3A is #3751C5. Grayscale: #A9A9A9. Windows color (decimal): -3625414 or 3845832. OLE color: 3845832.

HSL color Cylindrical-coordinate representation of color #C8AE3A: hue angle of 49.01º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8AE3A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB20017458-
CMYK00.130.710.22
HSL49.01º56.35%50.59%-
HSV(B)49.01º71%78.43%-
XYZ39.7242.8610.18-
YUV168.5565.61150.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 58 (23.05% from 255) = 13.43%
R=46.30%
G=40.28%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001745800.130.710.2249.0156.3550.59
HexC8AE3A0D4716313833
Octal3102567201510726617063
Binary110010001010111011101001101100011110110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE3A; }

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

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

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

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

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

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

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

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