#C3AA02

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

Shades of La Rioja #C3AA02

Tints of La Rioja #C3AA02

Color information

#C3AA02 (or 0xC3AA02) is unknown color: approx La Rioja. HEX triplet: C3, AA and 02. RGB value is (195,170,2). Sum of RGB (Red+Green+Blue) = 195+170+2=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AA02 is #3C55FD. Grayscale: #9F9F9F. Windows color (decimal): -3954174 or 174787. OLE color: 174787.

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

Color convert

RGB1951702-
CMYK00.130.990.24
HSL52.23º97.97%38.63%-
HSV(B)52.23º98.97%76.47%-
XYZ36.8940.365.9-
YUV158.3239.78154.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=53.13%
G=46.32%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195170200.130.990.2452.2397.9738.63
HexC3AA20D6318346227
Octal3032522015143306414247
Binary110000111010101010011011100011110001101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA02; }

 p { color: rgb(195,170,2); }

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

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

 a { background-color: rgb(195,170,2); }

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

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

 span { border-color: rgb(195,170,2); }

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