Html Css Color HEX #AE654A Tuscany

📋 copy color: '#AE654A'

red 174 ◦ green 101 ◦ blue 74

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

Shades of Tuscany #AE654A

Tints of Tuscany #AE654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 49.86%
G = 28.94%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE654A (or 0xAE654A) is known color: Tuscany. HEX triplet: AE, 65 and 4A. RGB value is (174,101,74). Sum of RGB (Red+Green+Blue) = 174+101+74=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE654A is #519AB5. Grayscale: #777777. Windows color (decimal): -5348022 or 4875694. OLE color: 4875694.

HSL color Cylindrical-coordinate representation of color #AE654A: hue angle of 16.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE654A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 74 -
CMYK 0 0.42 0.57 0.32
HSL 16.2º 0.4% 0.49% -
HSV(B) 16.2º 0.57% 0.68% -
XYZ 23.35 18.8 8.88 -
YUV 119.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 174 101 74 0 0.42 0.57 0.32 16.2 0.4 0.49
Hex AE 65 4A 0 2A 39 20 10 28 31
Octal 256 145 112 0 52 71 40 20 50 61
Binary 10101110 1100101 1001010 0 101010 111001 100000 10000 101000 110001

Color Harmonies of #AE654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE654A

Black with #AE654A

Text Example


Text Example

White with #AE654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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