Html Css Color HEX #C2AA36 Old Gold

📋 copy color: '#C2AA36'

red 194 ◦ green 170 ◦ blue 54

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

Shades of Old Gold #C2AA36

Tints of Old Gold #C2AA36

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

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

R = 46.41%
G = 40.67%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2AA36 (or 0xC2AA36) is known color: Old Gold. HEX triplet: C2, AA and 36. RGB value is (194,170,54). Sum of RGB (Red+Green+Blue) = 194+170+54=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA36 is #3D55C9. Grayscale: #A4A4A4. Windows color (decimal): -4019658 or 3582658. OLE color: 3582658.

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

Color convert

RGB 194 170 54 -
CMYK 0 0.12 0.72 0.24
HSL 49.71º 0.56% 0.49% -
HSV(B) 49.71º 0.72% 0.76% -
XYZ 37.29 40.49 9.34 -
YUV 163.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 194 170 54 0 0.12 0.72 0.24 49.71 0.56 0.49
Hex C2 AA 36 0 C 48 18 32 38 31
Octal 302 252 66 0 14 110 30 62 70 61
Binary 11000010 10101010 110110 0 1100 1001000 11000 110010 111000 110001

Color Harmonies of #C2AA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA36

Black with #C2AA36

Text Example


Text Example

White with #C2AA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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