#AE6237

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

Shades of Tuscany #AE6237

Tints of Tuscany #AE6237

Color information

#AE6237 (or 0xAE6237) is unknown color: approx Tuscany. HEX triplet: AE, 62 and 37. RGB value is (174,98,55). Sum of RGB (Red+Green+Blue) = 174+98+55=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6237 is #519DC8. Grayscale: #747474. Windows color (decimal): -5348809 or 3629742. OLE color: 3629742.

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

Color convert

RGB1749855-
CMYK00.440.680.32
HSL21.68º51.97%44.9%-
HSV(B)21.68º68.39%68.24%-
XYZ22.5118.015.9-
YUV115.8293.68169.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=53.21%
G=29.97%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174985500.440.680.3221.6851.9744.9
HexAE623702C442016342d
Octal2561426705410440266455
Binary1010111011000101101110101100100010010000010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6237; }

 p { color: rgb(174,98,55); }

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

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

 a { background-color: rgb(174,98,55); }

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

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

 span { border-color: rgb(174,98,55); }

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