Html Css Color HEX #C4AA32 Old Gold

📋 copy color: '#C4AA32'

red 196 ◦ green 170 ◦ blue 50

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

Shades of Old Gold #C4AA32

Tints of Old Gold #C4AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 47.12%
G = 40.87%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4AA32 (or 0xC4AA32) is known color: Old Gold. HEX triplet: C4, AA and 32. RGB value is (196,170,50). Sum of RGB (Red+Green+Blue) = 196+170+50=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA32 is #3B55CD. Grayscale: #A4A4A4. Windows color (decimal): -3888590 or 3320516. OLE color: 3320516.

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

Color convert

RGB 196 170 50 -
CMYK 0 0.13 0.74 0.23
HSL 49.32º 0.59% 0.48% -
HSV(B) 49.32º 0.74% 0.77% -
XYZ 37.72 40.72 8.89 -
YUV 164.09 63.61 150.76 -
System Red Green Blue C M Y K H S L
Decimal 196 170 50 0 0.13 0.74 0.23 49.32 0.59 0.48
Hex C4 AA 32 0 D 4A 17 31 3B 30
Octal 304 252 62 0 15 112 27 61 73 60
Binary 11000100 10101010 110010 0 1101 1001010 10111 110001 111011 110000

Color Harmonies of #C4AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA32

Black with #C4AA32

Text Example


Text Example

White with #C4AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA32; }

 p { color: rgb(196,170,50); }

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

background-color css

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

 a { background-color: rgb(196,170,50); }

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

border-color css

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

 span { border-color: rgb(196,170,50); }

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