Html Css Color HEX #AE5D3D Tuscany

📋 copy color: '#AE5D3D'

red 174 ◦ green 93 ◦ blue 61

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

Shades of Tuscany #AE5D3D

Tints of Tuscany #AE5D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 53.05%
G = 28.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE5D3D (or 0xAE5D3D) is known color: Tuscany. HEX triplet: AE, 5D and 3D. RGB value is (174,93,61). Sum of RGB (Red+Green+Blue) = 174+93+61=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D3D is #51A2C2. Grayscale: #717171. Windows color (decimal): -5350083 or 4021678. OLE color: 4021678.

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

Color convert

RGB 174 93 61 -
CMYK 0 0.47 0.65 0.32
HSL 16.99º 0.48% 0.46% -
HSV(B) 16.99º 0.65% 0.68% -
XYZ 22.21 17.16 6.56 -
YUV 113.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 174 93 61 0 0.47 0.65 0.32 16.99 0.48 0.46
Hex AE 5D 3D 0 2F 41 20 11 30 2E
Octal 256 135 75 0 57 101 40 21 60 56
Binary 10101110 1011101 111101 0 101111 1000001 100000 10001 110000 101110

Color Harmonies of #AE5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D3D

Black with #AE5D3D

Text Example


Text Example

White with #AE5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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