Html Css Color HEX #AE643D Tuscany

📋 copy color: '#AE643D'

red 174 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #AE643D

Tints of Tuscany #AE643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 51.94%
G = 29.85%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE643D (or 0xAE643D) is known color: Tuscany. HEX triplet: AE, 64 and 3D. RGB value is (174,100,61). Sum of RGB (Red+Green+Blue) = 174+100+61=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE643D is #519BC2. Grayscale: #757575. Windows color (decimal): -5348291 or 4023470. OLE color: 4023470.

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

Color convert

RGB 174 100 61 -
CMYK 0 0.43 0.65 0.32
HSL 20.71º 0.48% 0.46% -
HSV(B) 20.71º 0.65% 0.68% -
XYZ 22.86 18.45 6.77 -
YUV 117.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 174 100 61 0 0.43 0.65 0.32 20.71 0.48 0.46
Hex AE 64 3D 0 2B 41 20 15 30 2E
Octal 256 144 75 0 53 101 40 25 60 56
Binary 10101110 1100100 111101 0 101011 1000001 100000 10101 110000 101110

Color Harmonies of #AE643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE643D

Black with #AE643D

Text Example


Text Example

White with #AE643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE643D; }

 p { color: rgb(174,100,61); }

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

background-color css

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

 a { background-color: rgb(174,100,61); }

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

border-color css

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

 span { border-color: rgb(174,100,61); }

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