Html Css Color HEX #AE663F Tuscany

📋 copy color: '#AE663F'

red 174 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #AE663F

Tints of Tuscany #AE663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.58%

R = 51.33%
G = 30.09%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE663F (or 0xAE663F) is known color: Tuscany. HEX triplet: AE, 66 and 3F. RGB value is (174,102,63). Sum of RGB (Red+Green+Blue) = 174+102+63=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE663F is #5199C0. Grayscale: #777777. Windows color (decimal): -5347777 or 4155054. OLE color: 4155054.

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

Color convert

RGB 174 102 63 -
CMYK 0 0.41 0.64 0.32
HSL 21.08º 0.47% 0.46% -
HSV(B) 21.08º 0.64% 0.68% -
XYZ 23.1 18.86 7.13 -
YUV 119.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 174 102 63 0 0.41 0.64 0.32 21.08 0.47 0.46
Hex AE 66 3F 0 29 40 20 15 2F 2E
Octal 256 146 77 0 51 100 40 25 57 56
Binary 10101110 1100110 111111 0 101001 1000000 100000 10101 101111 101110

Color Harmonies of #AE663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE663F

Black with #AE663F

Text Example


Text Example

White with #AE663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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