#AC614B

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

Shades of Tuscany #AC614B

Tints of Tuscany #AC614B

Color information

#AC614B (or 0xAC614B) is unknown color: approx Tuscany. HEX triplet: AC, 61 and 4B. RGB value is (172,97,75). Sum of RGB (Red+Green+Blue) = 172+97+75=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC614B is #539EB4. Grayscale: #757575. Windows color (decimal): -5480117 or 4940204. OLE color: 4940204.

HSL color Cylindrical-coordinate representation of color #AC614B: hue angle of 13.61º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC614B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1729775-
CMYK00.440.560.33
HSL13.61º39.27%48.43%-
HSV(B)13.61º56.4%67.45%-
XYZ22.5617.838.91-
YUV116.92104.35167.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=50%
G=28.20%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172977500.440.560.3313.6139.2748.43
HexAC614B02C3821e2730
Octal2541411130547041164760
Binary101011001100001100101101011001110001000011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC614B; }

 p { color: rgb(172,97,75); }

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

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

 a { background-color: rgb(172,97,75); }

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

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

 span { border-color: rgb(172,97,75); }

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