Html Css Color HEX #C1AF34 Old Gold

📋 copy color: '#C1AF34'

red 193 ◦ green 175 ◦ blue 52

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

Shades of Old Gold #C1AF34

Tints of Old Gold #C1AF34

RGB

 RED value IS 193 (75.78% from 255) = 45.95%

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

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

R = 45.95%
G = 41.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1AF34 (or 0xC1AF34) is known color: Old Gold. HEX triplet: C1, AF and 34. RGB value is (193,175,52). Sum of RGB (Red+Green+Blue) = 193+175+52=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF34 is #3E50CB. Grayscale: #A6A6A6. Windows color (decimal): -4083916 or 3452865. OLE color: 3452865.

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

Color convert

RGB 193 175 52 -
CMYK 0 0.09 0.73 0.24
HSL 52.34º 0.58% 0.48% -
HSV(B) 52.34º 0.73% 0.76% -
XYZ 37.94 42.25 9.4 -
YUV 166.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 193 175 52 0 0.09 0.73 0.24 52.34 0.58 0.48
Hex C1 AF 34 0 9 49 18 34 3A 30
Octal 301 257 64 0 11 111 30 64 72 60
Binary 11000001 10101111 110100 0 1001 1001001 11000 110100 111010 110000

Color Harmonies of #C1AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF34

Black with #C1AF34

Text Example


Text Example

White with #C1AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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