Html Css Color HEX #C2AF34 Old Gold

📋 copy color: '#C2AF34'

red 194 ◦ green 175 ◦ blue 52

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

Shades of Old Gold #C2AF34

Tints of Old Gold #C2AF34

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

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

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

R = 46.08%
G = 41.57%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2AF34 (or 0xC2AF34) is known color: Old Gold. HEX triplet: C2, AF and 34. RGB value is (194,175,52). Sum of RGB (Red+Green+Blue) = 194+175+52=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF34 is #3D50CB. Grayscale: #A7A7A7. Windows color (decimal): -4018380 or 3452866. OLE color: 3452866.

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

Color convert

RGB 194 175 52 -
CMYK 0 0.10 0.73 0.24
HSL 51.97º 0.58% 0.48% -
HSV(B) 51.97º 0.73% 0.76% -
XYZ 38.2 42.38 9.42 -
YUV 166.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 194 175 52 0 0.10 0.73 0.24 51.97 0.58 0.48
Hex C2 AF 34 0 A 49 18 34 3A 30
Octal 302 257 64 0 12 111 30 64 72 60
Binary 11000010 10101111 110100 0 1010 1001001 11000 110100 111010 110000

Color Harmonies of #C2AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF34

Black with #C2AF34

Text Example


Text Example

White with #C2AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF34; }

 p { color: rgb(194,175,52); }

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

background-color css

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

 a { background-color: rgb(194,175,52); }

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

border-color css

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

 span { border-color: rgb(194,175,52); }

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