Html Css Color HEX #AE583F Tuscany

📋 copy color: '#AE583F'

red 174 ◦ green 88 ◦ blue 63

#AE583F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AE583F

Tints of Tuscany #AE583F

RGB

 RED value IS 174 (68.36% from 255) = 53.54%

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 53.54%
G = 27.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE583F (or 0xAE583F) is known color: Tuscany. HEX triplet: AE, 58 and 3F. RGB value is (174,88,63). Sum of RGB (Red+Green+Blue) = 174+88+63=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE583F is #51A7C0. Grayscale: #6F6F6F. Windows color (decimal): -5351361 or 4151470. OLE color: 4151470.

HSL color Cylindrical-coordinate representation of color #AE583F: hue angle of 13.51º 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 #AE583F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 88 63 -
CMYK 0 0.49 0.64 0.32
HSL 13.51º 0.47% 0.46% -
HSV(B) 13.51º 0.64% 0.68% -
XYZ 21.84 16.34 6.7 -
YUV 110.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 174 88 63 0 0.49 0.64 0.32 13.51 0.47 0.46
Hex AE 58 3F 0 31 40 20 E 2F 2E
Octal 256 130 77 0 61 100 40 16 57 56
Binary 10101110 1011000 111111 0 110001 1000000 100000 1110 101111 101110

Color Harmonies of #AE583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE583F

Black with #AE583F

Text Example


Text Example

White with #AE583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE583F; }

 p { color: rgb(174,88,63); }

 H1.HeaderClassName
 {
   color: #AE583F;
 }
 .AnyTagClassName
 {
   color: #AE583F;
 }
</style>

background-color css

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

 a { background-color: rgb(174,88,63); }

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

border-color css

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

 span { border-color: rgb(174,88,63); }

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