Html Css Color HEX #AE6540 Tuscany

📋 copy color: '#AE6540'

red 174 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #AE6540

Tints of Tuscany #AE6540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 51.33%
G = 29.79%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE6540 (or 0xAE6540) is known color: Tuscany. HEX triplet: AE, 65 and 40. RGB value is (174,101,64). Sum of RGB (Red+Green+Blue) = 174+101+64=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6540 is #519ABF. Grayscale: #767676. Windows color (decimal): -5348032 or 4220334. OLE color: 4220334.

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

Color convert

RGB 174 101 64 -
CMYK 0 0.42 0.63 0.32
HSL 20.18º 0.46% 0.47% -
HSV(B) 20.18º 0.63% 0.68% -
XYZ 23.03 18.68 7.24 -
YUV 118.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 174 101 64 0 0.42 0.63 0.32 20.18 0.46 0.47
Hex AE 65 40 0 2A 3F 20 14 2E 2F
Octal 256 145 100 0 52 77 40 24 56 57
Binary 10101110 1100101 1000000 0 101010 111111 100000 10100 101110 101111

Color Harmonies of #AE6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6540

Black with #AE6540

Text Example


Text Example

White with #AE6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6540; }

 p { color: rgb(174,101,64); }

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

background-color css

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

 a { background-color: rgb(174,101,64); }

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

border-color css

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

 span { border-color: rgb(174,101,64); }

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