Html Css Color HEX #AE6641 Tuscany

📋 copy color: '#AE6641'

red 174 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #AE6641

Tints of Tuscany #AE6641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 51.03%
G = 29.91%
B = 19.06%

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

#AE6641 (or 0xAE6641) is known color: Tuscany. HEX triplet: AE, 66 and 41. RGB value is (174,102,65). Sum of RGB (Red+Green+Blue) = 174+102+65=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6641 is #5199BE. Grayscale: #777777. Windows color (decimal): -5347775 or 4286126. OLE color: 4286126.

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

Color convert

RGB 174 102 65 -
CMYK 0 0.41 0.63 0.32
HSL 20.37º 0.46% 0.47% -
HSV(B) 20.37º 0.63% 0.68% -
XYZ 23.16 18.88 7.43 -
YUV 119.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 174 102 65 0 0.41 0.63 0.32 20.37 0.46 0.47
Hex AE 66 41 0 29 3F 20 14 2E 2F
Octal 256 146 101 0 51 77 40 24 56 57
Binary 10101110 1100110 1000001 0 101001 111111 100000 10100 101110 101111

Color Harmonies of #AE6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6641

Black with #AE6641

Text Example


Text Example

White with #AE6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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