Html Css Color HEX #C2AC3A Old Gold

📋 copy color: '#C2AC3A'

red 194 ◦ green 172 ◦ blue 58

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

Shades of Old Gold #C2AC3A

Tints of Old Gold #C2AC3A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

 BLUE value IS 58 (23.05% from 255) = 13.68%

R = 45.75%
G = 40.57%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2AC3A (or 0xC2AC3A) is known color: Old Gold. HEX triplet: C2, AC and 3A. RGB value is (194,172,58). Sum of RGB (Red+Green+Blue) = 194+172+58=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC3A is #3D53C5. Grayscale: #A6A6A6. Windows color (decimal): -4019142 or 3845314. OLE color: 3845314.

HSL color Cylindrical-coordinate representation of color #C2AC3A: hue angle of 50.29º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2AC3A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 58 -
CMYK 0 0.11 0.70 0.24
HSL 50.29º 0.54% 0.49% -
HSV(B) 50.29º 0.7% 0.76% -
XYZ 37.76 41.28 9.98 -
YUV 165.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 194 172 58 0 0.11 0.70 0.24 50.29 0.54 0.49
Hex C2 AC 3A 0 B 46 18 32 36 31
Octal 302 254 72 0 13 106 30 62 66 61
Binary 11000010 10101100 111010 0 1011 1000110 11000 110010 110110 110001

Color Harmonies of #C2AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC3A

Black with #C2AC3A

Text Example


Text Example

White with #C2AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC3A; }

 p { color: rgb(194,172,58); }

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

background-color css

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

 a { background-color: rgb(194,172,58); }

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

border-color css

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

 span { border-color: rgb(194,172,58); }

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