Html Css Color HEX #C2AE34 Old Gold

📋 copy color: '#C2AE34'

red 194 ◦ green 174 ◦ blue 52

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

Shades of Old Gold #C2AE34

Tints of Old Gold #C2AE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 46.19%
G = 41.43%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2AE34 (or 0xC2AE34) is known color: Old Gold. HEX triplet: C2, AE and 34. RGB value is (194,174,52). Sum of RGB (Red+Green+Blue) = 194+174+52=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE34 is #3D51CB. Grayscale: #A6A6A6. Windows color (decimal): -4018636 or 3452610. OLE color: 3452610.

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

Color convert

RGB 194 174 52 -
CMYK 0 0.10 0.73 0.24
HSL 51.55º 0.58% 0.48% -
HSV(B) 51.55º 0.73% 0.76% -
XYZ 38 41.99 9.35 -
YUV 166.07 63.63 147.92 -
System Red Green Blue C M Y K H S L
Decimal 194 174 52 0 0.10 0.73 0.24 51.55 0.58 0.48
Hex C2 AE 34 0 A 49 18 34 3A 30
Octal 302 256 64 0 12 111 30 64 72 60
Binary 11000010 10101110 110100 0 1010 1001001 11000 110100 111010 110000

Color Harmonies of #C2AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE34

Black with #C2AE34

Text Example


Text Example

White with #C2AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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