Html Css Color HEX #AE6741 Tuscany

📋 copy color: '#AE6741'

red 174 ◦ green 103 ◦ blue 65

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

Shades of Tuscany #AE6741

Tints of Tuscany #AE6741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 50.88%
G = 30.12%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE6741 (or 0xAE6741) is known color: Tuscany. HEX triplet: AE, 67 and 41. RGB value is (174,103,65). Sum of RGB (Red+Green+Blue) = 174+103+65=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6741 is #5198BE. Grayscale: #787878. Windows color (decimal): -5347519 or 4286382. OLE color: 4286382.

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

Color convert

RGB 174 103 65 -
CMYK 0 0.41 0.63 0.32
HSL 20.92º 0.46% 0.47% -
HSV(B) 20.92º 0.63% 0.68% -
XYZ 23.26 19.08 7.46 -
YUV 119.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 174 103 65 0 0.41 0.63 0.32 20.92 0.46 0.47
Hex AE 67 41 0 29 3F 20 15 2E 2F
Octal 256 147 101 0 51 77 40 25 56 57
Binary 10101110 1100111 1000001 0 101001 111111 100000 10101 101110 101111

Color Harmonies of #AE6741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6741

Black with #AE6741

Text Example


Text Example

White with #AE6741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6741; }

 p { color: rgb(174,103,65); }

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

background-color css

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

 a { background-color: rgb(174,103,65); }

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

border-color css

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

 span { border-color: rgb(174,103,65); }

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