Html Css Color HEX #AE5B40 Tuscany

📋 copy color: '#AE5B40'

red 174 ◦ green 91 ◦ blue 64

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

Shades of Tuscany #AE5B40

Tints of Tuscany #AE5B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 52.89%
G = 27.66%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE5B40 (or 0xAE5B40) is known color: Tuscany. HEX triplet: AE, 5B and 40. RGB value is (174,91,64). Sum of RGB (Red+Green+Blue) = 174+91+64=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B40 is #51A4BF. Grayscale: #707070. Windows color (decimal): -5350592 or 4217774. OLE color: 4217774.

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

Color convert

RGB 174 91 64 -
CMYK 0 0.48 0.63 0.32
HSL 14.73º 0.46% 0.47% -
HSV(B) 14.73º 0.63% 0.68% -
XYZ 22.12 16.85 6.94 -
YUV 112.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 174 91 64 0 0.48 0.63 0.32 14.73 0.46 0.47
Hex AE 5B 40 0 30 3F 20 F 2E 2F
Octal 256 133 100 0 60 77 40 17 56 57
Binary 10101110 1011011 1000000 0 110000 111111 100000 1111 101110 101111

Color Harmonies of #AE5B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5B40

Black with #AE5B40

Text Example


Text Example

White with #AE5B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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