Html Css Color HEX #C2AE38 Old Gold

📋 copy color: '#C2AE38'

red 194 ◦ green 174 ◦ blue 56

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

Shades of Old Gold #C2AE38

Tints of Old Gold #C2AE38

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 45.75%
G = 41.04%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2AE38 (or 0xC2AE38) is known color: Old Gold. HEX triplet: C2, AE and 38. RGB value is (194,174,56). Sum of RGB (Red+Green+Blue) = 194+174+56=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AE38 is #3D51C7. Grayscale: #A7A7A7. Windows color (decimal): -4018632 or 3714754. OLE color: 3714754.

HSL color Cylindrical-coordinate representation of color #C2AE38: hue angle of 51.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2AE38 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 56 -
CMYK 0 0.10 0.71 0.24
HSL 51.3º 0.55% 0.49% -
HSV(B) 51.3º 0.71% 0.76% -
XYZ 38.1 42.03 9.85 -
YUV 166.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 194 174 56 0 0.10 0.71 0.24 51.3 0.55 0.49
Hex C2 AE 38 0 A 47 18 33 37 31
Octal 302 256 70 0 12 107 30 63 67 61
Binary 11000010 10101110 111000 0 1010 1000111 11000 110011 110111 110001

Color Harmonies of #C2AE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE38

Black with #C2AE38

Text Example


Text Example

White with #C2AE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE38; }

 p { color: rgb(194,174,56); }

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

background-color css

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

 a { background-color: rgb(194,174,56); }

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

border-color css

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

 span { border-color: rgb(194,174,56); }

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