Html Css Color HEX #C5AE3E Old Gold

📋 copy color: '#C5AE3E'

red 197 ◦ green 174 ◦ blue 62

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

Shades of Old Gold #C5AE3E

Tints of Old Gold #C5AE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 45.5%
G = 40.18%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5AE3E (or 0xC5AE3E) is known color: Old Gold. HEX triplet: C5, AE and 3E. RGB value is (197,174,62). Sum of RGB (Red+Green+Blue) = 197+174+62=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE3E is #3A51C1. Grayscale: #A8A8A8. Windows color (decimal): -3822018 or 4107973. OLE color: 4107973.

HSL color Cylindrical-coordinate representation of color #C5AE3E: hue angle of 49.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5AE3E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 62 -
CMYK 0 0.12 0.69 0.23
HSL 49.78º 0.54% 0.51% -
HSV(B) 49.78º 0.69% 0.77% -
XYZ 39.03 42.49 10.7 -
YUV 168.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 197 174 62 0 0.12 0.69 0.23 49.78 0.54 0.51
Hex C5 AE 3E 0 C 45 17 32 36 33
Octal 305 256 76 0 14 105 27 62 66 63
Binary 11000101 10101110 111110 0 1100 1000101 10111 110010 110110 110011

Color Harmonies of #C5AE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE3E

Black with #C5AE3E

Text Example


Text Example

White with #C5AE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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