Html Css Color HEX #C2AA35 Old Gold

📋 copy color: '#C2AA35'

red 194 ◦ green 170 ◦ blue 53

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

Shades of Old Gold #C2AA35

Tints of Old Gold #C2AA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 46.52%
G = 40.77%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2AA35 (or 0xC2AA35) is known color: Old Gold. HEX triplet: C2, AA and 35. RGB value is (194,170,53). Sum of RGB (Red+Green+Blue) = 194+170+53=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA35 is #3D55CA. Grayscale: #A4A4A4. Windows color (decimal): -4019659 or 3517122. OLE color: 3517122.

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

Color convert

RGB 194 170 53 -
CMYK 0 0.12 0.73 0.24
HSL 49.79º 0.57% 0.48% -
HSV(B) 49.79º 0.73% 0.76% -
XYZ 37.27 40.48 9.22 -
YUV 163.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 194 170 53 0 0.12 0.73 0.24 49.79 0.57 0.48
Hex C2 AA 35 0 C 49 18 32 39 30
Octal 302 252 65 0 14 111 30 62 71 60
Binary 11000010 10101010 110101 0 1100 1001001 11000 110010 111001 110000

Color Harmonies of #C2AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA35

Black with #C2AA35

Text Example


Text Example

White with #C2AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA35; }

 p { color: rgb(194,170,53); }

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

background-color css

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

 a { background-color: rgb(194,170,53); }

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

border-color css

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

 span { border-color: rgb(194,170,53); }

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