Html Css Color HEX #AE6546 Tuscany

📋 copy color: '#AE6546'

red 174 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #AE6546

Tints of Tuscany #AE6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 50.43%
G = 29.28%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE6546 (or 0xAE6546) is known color: Tuscany. HEX triplet: AE, 65 and 46. RGB value is (174,101,70). Sum of RGB (Red+Green+Blue) = 174+101+70=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6546 is #519AB9. Grayscale: #777777. Windows color (decimal): -5348026 or 4613550. OLE color: 4613550.

HSL color Cylindrical-coordinate representation of color #AE6546: hue angle of 17.88º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE6546 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 70 -
CMYK 0 0.42 0.60 0.32
HSL 17.88º 0.43% 0.48% -
HSV(B) 17.88º 0.6% 0.68% -
XYZ 23.21 18.75 8.19 -
YUV 119.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 174 101 70 0 0.42 0.60 0.32 17.88 0.43 0.48
Hex AE 65 46 0 2A 3C 20 12 2B 30
Octal 256 145 106 0 52 74 40 22 53 60
Binary 10101110 1100101 1000110 0 101010 111100 100000 10010 101011 110000

Color Harmonies of #AE6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6546

Black with #AE6546

Text Example


Text Example

White with #AE6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6546; }

 p { color: rgb(174,101,70); }

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

background-color css

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

 a { background-color: rgb(174,101,70); }

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

border-color css

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

 span { border-color: rgb(174,101,70); }

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