#AC633A

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

Shades of Tuscany #AC633A

Tints of Tuscany #AC633A

Color information

#AC633A (or 0xAC633A) is unknown color: approx Tuscany. HEX triplet: AC, 63 and 3A. RGB value is (172,99,58). Sum of RGB (Red+Green+Blue) = 172+99+58=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633A is #539CC5. Grayscale: #747474. Windows color (decimal): -5479622 or 3826604. OLE color: 3826604.

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

Color convert

RGB1729958-
CMYK00.420.660.33
HSL21.58º49.57%45.1%-
HSV(B)21.58º66.28%67.45%-
XYZ22.24186.31-
YUV116.1595.18167.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=52.28%
G=30.09%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172995800.420.660.3321.5849.5745.1
HexAC633A02A422116322d
Octal2541437205210241266255
Binary1010110011000111110100101010100001010000110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC633A; }

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

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

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

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

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

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

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

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