#C5AC08

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

Shades of La Rioja #C5AC08

Tints of La Rioja #C5AC08

Color information

#C5AC08 (or 0xC5AC08) is unknown color: approx La Rioja. HEX triplet: C5, AC and 08. RGB value is (197,172,8). Sum of RGB (Red+Green+Blue) = 197+172+8=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC08 is #3A53F7. Grayscale: #A1A1A1. Windows color (decimal): -3822584 or 568517. OLE color: 568517.

HSL color Cylindrical-coordinate representation of color #C5AC08: hue angle of 52.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5AC08 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1971728-
CMYK00.130.960.23
HSL52.06º92.2%40.2%-
HSV(B)52.06º95.94%77.25%-
XYZ37.8241.396.23-
YUV160.7841.78153.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=52.25%
G=45.62%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197172800.130.960.2352.0692.240.2
HexC5AC80D6017345c28
Octal30525410015140276413450
Binary11000101101011001000011011100000101111101001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC08; }

 p { color: rgb(197,172,8); }

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

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

 a { background-color: rgb(197,172,8); }

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

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

 span { border-color: rgb(197,172,8); }

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