Html Css Color HEX #C4AF32 Old Gold

📋 copy color: '#C4AF32'

red 196 ◦ green 175 ◦ blue 50

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

Shades of Old Gold #C4AF32

Tints of Old Gold #C4AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

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

R = 46.56%
G = 41.57%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4AF32 (or 0xC4AF32) is known color: Old Gold. HEX triplet: C4, AF and 32. RGB value is (196,175,50). Sum of RGB (Red+Green+Blue) = 196+175+50=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF32 is #3B50CD. Grayscale: #A7A7A7. Windows color (decimal): -3887310 or 3321796. OLE color: 3321796.

HSL color Cylindrical-coordinate representation of color #C4AF32: hue angle of 51.37º 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 #C4AF32 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 50 -
CMYK 0 0.11 0.74 0.23
HSL 51.37º 0.59% 0.48% -
HSV(B) 51.37º 0.74% 0.77% -
XYZ 38.67 42.63 9.21 -
YUV 167.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 196 175 50 0 0.11 0.74 0.23 51.37 0.59 0.48
Hex C4 AF 32 0 B 4A 17 33 3B 30
Octal 304 257 62 0 13 112 27 63 73 60
Binary 11000100 10101111 110010 0 1011 1001010 10111 110011 111011 110000

Color Harmonies of #C4AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF32

Black with #C4AF32

Text Example


Text Example

White with #C4AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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