#AC633C

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

Shades of Tuscany #AC633C

Tints of Tuscany #AC633C

Color information

#AC633C (or 0xAC633C) is unknown color: approx Tuscany. HEX triplet: AC, 63 and 3C. RGB value is (172,99,60). Sum of RGB (Red+Green+Blue) = 172+99+60=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633C is #539CC3. Grayscale: #747474. Windows color (decimal): -5479620 or 3957676. OLE color: 3957676.

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

Color convert

RGB1729960-
CMYK00.420.650.33
HSL20.89º48.28%45.49%-
HSV(B)20.89º65.12%67.45%-
XYZ22.2918.026.58-
YUV116.3896.18167.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=51.96%
G=29.91%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172996000.420.650.3320.8948.2845.49
HexAC633C02A412115302d
Octal2541437405210141256055
Binary1010110011000111111000101010100000110000110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC633C; }

 p { color: rgb(172,99,60); }

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

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

 a { background-color: rgb(172,99,60); }

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

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

 span { border-color: rgb(172,99,60); }

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