#AC633B

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

Shades of Tuscany #AC633B

Tints of Tuscany #AC633B

Color information

#AC633B (or 0xAC633B) is unknown color: approx Tuscany. HEX triplet: AC, 63 and 3B. RGB value is (172,99,59). Sum of RGB (Red+Green+Blue) = 172+99+59=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633B is #539CC4. Grayscale: #747474. Windows color (decimal): -5479621 or 3892140. OLE color: 3892140.

HSL color Cylindrical-coordinate representation of color #AC633B: hue angle of 21.24º degrees, saturation: 0.49, 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 #AC633B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1729959-
CMYK00.420.660.33
HSL21.24º48.92%45.29%-
HSV(B)21.24º65.7%67.45%-
XYZ22.2618.016.44-
YUV116.2795.68167.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=52.12%
G=30%
B=17.88%

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
Decimal172995900.420.660.3321.2448.9245.29
HexAC633B02A422115312d
Octal2541437305210241256155
Binary1010110011000111110110101010100001010000110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC633B; }

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

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

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

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

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

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

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

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