Html Css Color HEX #AE5D3A Tuscany

📋 copy color: '#AE5D3A'

red 174 ◦ green 93 ◦ blue 58

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

Shades of Tuscany #AE5D3A

Tints of Tuscany #AE5D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 53.54%
G = 28.62%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE5D3A (or 0xAE5D3A) is known color: Tuscany. HEX triplet: AE, 5D and 3A. RGB value is (174,93,58). Sum of RGB (Red+Green+Blue) = 174+93+58=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D3A is #51A2C5. Grayscale: #717171. Windows color (decimal): -5350086 or 3825070. OLE color: 3825070.

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

Color convert

RGB 174 93 58 -
CMYK 0 0.47 0.67 0.32
HSL 18.1º 0.5% 0.45% -
HSV(B) 18.1º 0.67% 0.68% -
XYZ 22.13 17.13 6.14 -
YUV 113.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 174 93 58 0 0.47 0.67 0.32 18.1 0.5 0.45
Hex AE 5D 3A 0 2F 43 20 12 32 2D
Octal 256 135 72 0 57 103 40 22 62 55
Binary 10101110 1011101 111010 0 101111 1000011 100000 10010 110010 101101

Color Harmonies of #AE5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D3A

Black with #AE5D3A

Text Example


Text Example

White with #AE5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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