Html Css Color HEX #AE6742 Tuscany

📋 copy color: '#AE6742'

red 174 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #AE6742

Tints of Tuscany #AE6742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 50.73%
G = 30.03%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE6742 (or 0xAE6742) is known color: Tuscany. HEX triplet: AE, 67 and 42. RGB value is (174,103,66). Sum of RGB (Red+Green+Blue) = 174+103+66=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6742 is #5198BD. Grayscale: #787878. Windows color (decimal): -5347518 or 4351918. OLE color: 4351918.

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

Color convert

RGB 174 103 66 -
CMYK 0 0.41 0.62 0.32
HSL 20.56º 0.45% 0.47% -
HSV(B) 20.56º 0.62% 0.68% -
XYZ 23.29 19.09 7.61 -
YUV 120.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 174 103 66 0 0.41 0.62 0.32 20.56 0.45 0.47
Hex AE 67 42 0 29 3E 20 15 2D 2F
Octal 256 147 102 0 51 76 40 25 55 57
Binary 10101110 1100111 1000010 0 101001 111110 100000 10101 101101 101111

Color Harmonies of #AE6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6742

Black with #AE6742

Text Example


Text Example

White with #AE6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6742; }

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

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

background-color css

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

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

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

border-color css

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

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

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