Html Css Color HEX #C4AC3A Old Gold

📋 copy color: '#C4AC3A'

red 196 ◦ green 172 ◦ blue 58

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

Shades of Old Gold #C4AC3A

Tints of Old Gold #C4AC3A

RGB

 RED value IS 196 (76.95% from 255) = 46.01%

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

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

R = 46.01%
G = 40.38%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4AC3A (or 0xC4AC3A) is known color: Old Gold. HEX triplet: C4, AC and 3A. RGB value is (196,172,58). Sum of RGB (Red+Green+Blue) = 196+172+58=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC3A is #3B53C5. Grayscale: #A6A6A6. Windows color (decimal): -3888070 or 3845316. OLE color: 3845316.

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

Color convert

RGB 196 172 58 -
CMYK 0 0.12 0.70 0.23
HSL 49.57º 0.54% 0.5% -
HSV(B) 49.57º 0.7% 0.77% -
XYZ 38.28 41.55 10 -
YUV 166.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 196 172 58 0 0.12 0.70 0.23 49.57 0.54 0.5
Hex C4 AC 3A 0 C 46 17 32 36 32
Octal 304 254 72 0 14 106 27 62 66 62
Binary 11000100 10101100 111010 0 1100 1000110 10111 110010 110110 110010

Color Harmonies of #C4AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC3A

Black with #C4AC3A

Text Example


Text Example

White with #C4AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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