#AE5F3A

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

Shades of Tuscany #AE5F3A

Tints of Tuscany #AE5F3A

Color information

#AE5F3A (or 0xAE5F3A) is unknown color: approx Tuscany. HEX triplet: AE, 5F and 3A. RGB value is (174,95,58). Sum of RGB (Red+Green+Blue) = 174+95+58=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5F3A is #51A0C5. Grayscale: #727272. Windows color (decimal): -5349574 or 3825582. OLE color: 3825582.

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

Color convert

RGB1749558-
CMYK00.450.670.32
HSL19.14º50%45.49%-
HSV(B)19.14º66.67%68.24%-
XYZ22.3117.496.2-
YUV114.496.17170.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=53.21%
G=29.05%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174955800.450.670.3219.145045.49
HexAE5F3A02D432013322d
Octal2561377205510340236255
Binary1010111010111111110100101101100001110000010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F3A; }

 p { color: rgb(174,95,58); }

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

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

 a { background-color: rgb(174,95,58); }

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

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

 span { border-color: rgb(174,95,58); }

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