#C1AE04

Color #C1AE04 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C1AE04

Tints of La Rioja #C1AE04

Color information

#C1AE04 (or 0xC1AE04) is unknown color: approx La Rioja. HEX triplet: C1, AE and 04. RGB value is (193,174,4). Sum of RGB (Red+Green+Blue) = 193+174+4=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AE04 is #3E51FB. Grayscale: #A1A1A1. Windows color (decimal): -4084220 or 306881. OLE color: 306881.

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

Color convert

RGB1931744-
CMYK00.100.980.24
HSL53.97º95.94%38.63%-
HSV(B)53.97º97.93%75.69%-
XYZ37.1541.626.19-
YUV160.339.79151.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=52.02%
G=46.90%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193174400.100.980.2453.9795.9438.63
HexC1AE40A6218366027
Octal3012564012142306614047
Binary1100000110101110100010101100010110001101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AE04; }

 p { color: rgb(193,174,4); }

 H1.HeaderClassName
 {
   color: #C1AE04;
 }
 .AnyTagClassName
 {
   color: #C1AE04;
 }
</style>
background-color css

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

 a { background-color: rgb(193,174,4); }

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

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

 span { border-color: rgb(193,174,4); }

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