Html Css Color HEX #AE6640 Tuscany

📋 copy color: '#AE6640'

red 174 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #AE6640

Tints of Tuscany #AE6640

RGB

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

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

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

R = 51.18%
G = 30%
B = 18.82%

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

#AE6640 (or 0xAE6640) is known color: Tuscany. HEX triplet: AE, 66 and 40. RGB value is (174,102,64). Sum of RGB (Red+Green+Blue) = 174+102+64=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6640 is #5199BF. Grayscale: #777777. Windows color (decimal): -5347776 or 4220590. OLE color: 4220590.

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

Color convert

RGB 174 102 64 -
CMYK 0 0.41 0.63 0.32
HSL 20.73º 0.46% 0.47% -
HSV(B) 20.73º 0.63% 0.68% -
XYZ 23.13 18.87 7.27 -
YUV 119.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 174 102 64 0 0.41 0.63 0.32 20.73 0.46 0.47
Hex AE 66 40 0 29 3F 20 15 2E 2F
Octal 256 146 100 0 51 77 40 25 56 57
Binary 10101110 1100110 1000000 0 101001 111111 100000 10101 101110 101111

Color Harmonies of #AE6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6640

Black with #AE6640

Text Example


Text Example

White with #AE6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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