#AE633E

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

Shades of Tuscany #AE633E

Tints of Tuscany #AE633E

Color information

#AE633E (or 0xAE633E) is unknown color: approx Tuscany. HEX triplet: AE, 63 and 3E. RGB value is (174,99,62). Sum of RGB (Red+Green+Blue) = 174+99+62=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE633E is #519CC1. Grayscale: #757575. Windows color (decimal): -5348546 or 4088750. OLE color: 4088750.

HSL color Cylindrical-coordinate representation of color #AE633E: hue angle of 19.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE633E is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1749962-
CMYK00.430.640.32
HSL19.82º47.46%46.27%-
HSV(B)19.82º64.37%68.24%-
XYZ22.7918.276.88-
YUV117.2196.85168.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=51.94%
G=29.55%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174996200.430.640.3219.8247.4646.27
HexAE633E02B4020142f2e
Octal2561437605310040245756
Binary1010111011000111111100101011100000010000010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE633E; }

 p { color: rgb(174,99,62); }

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

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

 a { background-color: rgb(174,99,62); }

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

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

 span { border-color: rgb(174,99,62); }

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