Html Css Color HEX #C4AC30 Old Gold

📋 copy color: '#C4AC30'

red 196 ◦ green 172 ◦ blue 48

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

Shades of Old Gold #C4AC30

Tints of Old Gold #C4AC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 47.12%
G = 41.35%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4AC30 (or 0xC4AC30) is known color: Old Gold. HEX triplet: C4, AC and 30. RGB value is (196,172,48). Sum of RGB (Red+Green+Blue) = 196+172+48=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AC30 is #3B53CF. Grayscale: #A5A5A5. Windows color (decimal): -3888080 or 3189956. OLE color: 3189956.

HSL color Cylindrical-coordinate representation of color #C4AC30: hue angle of 50.27º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4AC30 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 172 48 -
CMYK 0 0.12 0.76 0.23
HSL 50.27º 0.61% 0.48% -
HSV(B) 50.27º 0.76% 0.77% -
XYZ 38.05 41.45 8.79 -
YUV 165.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 196 172 48 0 0.12 0.76 0.23 50.27 0.61 0.48
Hex C4 AC 30 0 C 4C 17 32 3D 30
Octal 304 254 60 0 14 114 27 62 75 60
Binary 11000100 10101100 110000 0 1100 1001100 10111 110010 111101 110000

Color Harmonies of #C4AC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC30

Black with #C4AC30

Text Example


Text Example

White with #C4AC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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