Html Css Color HEX #C2AE36 Old Gold

📋 copy color: '#C2AE36'

red 194 ◦ green 174 ◦ blue 54

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

Shades of Old Gold #C2AE36

Tints of Old Gold #C2AE36

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 45.97%
G = 41.23%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2AE36 (or 0xC2AE36) is known color: Old Gold. HEX triplet: C2, AE and 36. RGB value is (194,174,54). Sum of RGB (Red+Green+Blue) = 194+174+54=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE36 is #3D51C9. Grayscale: #A6A6A6. Windows color (decimal): -4018634 or 3583682. OLE color: 3583682.

HSL color Cylindrical-coordinate representation of color #C2AE36: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2AE36 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 54 -
CMYK 0 0.10 0.72 0.24
HSL 51.43º 0.56% 0.49% -
HSV(B) 51.43º 0.72% 0.76% -
XYZ 38.05 42.01 9.59 -
YUV 166.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 194 174 54 0 0.10 0.72 0.24 51.43 0.56 0.49
Hex C2 AE 36 0 A 48 18 33 38 31
Octal 302 256 66 0 12 110 30 63 70 61
Binary 11000010 10101110 110110 0 1010 1001000 11000 110011 111000 110001

Color Harmonies of #C2AE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE36

Black with #C2AE36

Text Example


Text Example

White with #C2AE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE36; }

 p { color: rgb(194,174,54); }

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

background-color css

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

 a { background-color: rgb(194,174,54); }

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

border-color css

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

 span { border-color: rgb(194,174,54); }

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