Html Css Color HEX #AE6341 Tuscany

📋 copy color: '#AE6341'

red 174 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #AE6341

Tints of Tuscany #AE6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 51.48%
G = 29.29%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE6341 (or 0xAE6341) is known color: Tuscany. HEX triplet: AE, 63 and 41. RGB value is (174,99,65). Sum of RGB (Red+Green+Blue) = 174+99+65=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6341 is #519CBE. Grayscale: #757575. Windows color (decimal): -5348543 or 4285358. OLE color: 4285358.

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

Color convert

RGB 174 99 65 -
CMYK 0 0.43 0.63 0.32
HSL 18.72º 0.46% 0.47% -
HSV(B) 18.72º 0.63% 0.68% -
XYZ 22.87 18.3 7.33 -
YUV 117.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 174 99 65 0 0.43 0.63 0.32 18.72 0.46 0.47
Hex AE 63 41 0 2B 3F 20 13 2E 2F
Octal 256 143 101 0 53 77 40 23 56 57
Binary 10101110 1100011 1000001 0 101011 111111 100000 10011 101110 101111

Color Harmonies of #AE6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6341

Black with #AE6341

Text Example


Text Example

White with #AE6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6341; }

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

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

background-color css

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

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

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

border-color css

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

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

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