Html Css Color HEX #C3AC34 Old Gold

📋 copy color: '#C3AC34'

red 195 ◦ green 172 ◦ blue 52

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

Shades of Old Gold #C3AC34

Tints of Old Gold #C3AC34

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

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

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

R = 46.54%
G = 41.05%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3AC34 (or 0xC3AC34) is known color: Old Gold. HEX triplet: C3, AC and 34. RGB value is (195,172,52). Sum of RGB (Red+Green+Blue) = 195+172+52=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC34 is #3C53CB. Grayscale: #A5A5A5. Windows color (decimal): -3953612 or 3452099. OLE color: 3452099.

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

Color convert

RGB 195 172 52 -
CMYK 0 0.12 0.73 0.24
HSL 50.35º 0.58% 0.48% -
HSV(B) 50.35º 0.73% 0.76% -
XYZ 37.88 41.36 9.23 -
YUV 165.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 195 172 52 0 0.12 0.73 0.24 50.35 0.58 0.48
Hex C3 AC 34 0 C 49 18 32 3A 30
Octal 303 254 64 0 14 111 30 62 72 60
Binary 11000011 10101100 110100 0 1100 1001001 11000 110010 111010 110000

Color Harmonies of #C3AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC34

Black with #C3AC34

Text Example


Text Example

White with #C3AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC34; }

 p { color: rgb(195,172,52); }

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

background-color css

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

 a { background-color: rgb(195,172,52); }

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

border-color css

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

 span { border-color: rgb(195,172,52); }

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