Html Css Color HEX #C4AB34 Old Gold

📋 copy color: '#C4AB34'

red 196 ◦ green 171 ◦ blue 52

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

Shades of Old Gold #C4AB34

Tints of Old Gold #C4AB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 46.78%
G = 40.81%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4AB34 (or 0xC4AB34) is known color: Old Gold. HEX triplet: C4, AB and 34. RGB value is (196,171,52). Sum of RGB (Red+Green+Blue) = 196+171+52=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB34 is #3B54CB. Grayscale: #A5A5A5. Windows color (decimal): -3888332 or 3451844. OLE color: 3451844.

HSL color Cylindrical-coordinate representation of color #C4AB34: hue angle of 49.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4AB34 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 52 -
CMYK 0 0.13 0.73 0.23
HSL 49.58º 0.58% 0.49% -
HSV(B) 49.58º 0.73% 0.77% -
XYZ 37.95 41.11 9.18 -
YUV 164.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 196 171 52 0 0.13 0.73 0.23 49.58 0.58 0.49
Hex C4 AB 34 0 D 49 17 32 3A 31
Octal 304 253 64 0 15 111 27 62 72 61
Binary 11000100 10101011 110100 0 1101 1001001 10111 110010 111010 110001

Color Harmonies of #C4AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB34

Black with #C4AB34

Text Example


Text Example

White with #C4AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB34; }

 p { color: rgb(196,171,52); }

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

background-color css

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

 a { background-color: rgb(196,171,52); }

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

border-color css

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

 span { border-color: rgb(196,171,52); }

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