Html Css Color HEX #C5AE3C Old Gold

📋 copy color: '#C5AE3C'

red 197 ◦ green 174 ◦ blue 60

#C5AE3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C5AE3C

Tints of Old Gold #C5AE3C

RGB

 RED value IS 197 (77.34% from 255) = 45.71%

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 45.71%
G = 40.37%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5AE3C (or 0xC5AE3C) is known color: Old Gold. HEX triplet: C5, AE and 3C. RGB value is (197,174,60). Sum of RGB (Red+Green+Blue) = 197+174+60=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE3C is #3A51C3. Grayscale: #A8A8A8. Windows color (decimal): -3822020 or 3976901. OLE color: 3976901.

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

Color convert

RGB 197 174 60 -
CMYK 0 0.12 0.70 0.23
HSL 49.93º 0.54% 0.5% -
HSV(B) 49.93º 0.7% 0.77% -
XYZ 38.98 42.47 10.42 -
YUV 167.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 197 174 60 0 0.12 0.70 0.23 49.93 0.54 0.5
Hex C5 AE 3C 0 C 46 17 32 36 32
Octal 305 256 74 0 14 106 27 62 66 62
Binary 11000101 10101110 111100 0 1100 1000110 10111 110010 110110 110010

Color Harmonies of #C5AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE3C

Black with #C5AE3C

Text Example


Text Example

White with #C5AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE3C; }

 p { color: rgb(197,174,60); }

 H1.HeaderClassName
 {
   color: #C5AE3C;
 }
 .AnyTagClassName
 {
   color: #C5AE3C;
 }
</style>

background-color css

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

 a { background-color: rgb(197,174,60); }

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

border-color css

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

 span { border-color: rgb(197,174,60); }

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