#c1ac3a

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

Shades of Brass #C1AC3A

Tints of Brass #C1AC3A

Color information

#C1AC3A (or 0xC1AC3A) is unknown color: approx Brass. HEX triplet: C1, AC and 3A. RGB value is (193,172,58). Sum of RGB (Red+Green+Blue) = 193+172+58=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AC3A is #3E53C5. Grayscale: #A5A5A5. Windows color (decimal): -4084678 or 3845313. OLE color: 3845313.

HSL color Cylindrical-coordinate representation of color #C1AC3A: hue angle of 50.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1AC3A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19317258-
CMYK00.110.700.24
HSL50.67º53.78%49.22%-
HSV(B)50.67º69.95%75.69%-
XYZ37.5141.159.97-
YUV165.2867.46147.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=45.63%
G=40.66%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931725800.110.700.2450.6753.7849.22
HexC1AC3A0B4618333631
Octal3012547201310630636661
Binary110000011010110011101001011100011011000110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1ac3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1ac3a; }

 p { color: rgb(193,172,58); }

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

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

 a { background-color: rgb(193,172,58); }

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

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

 span { border-color: rgb(193,172,58); }

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