Html Css Color HEX #AE623D Tuscany

📋 copy color: '#AE623D'

red 174 ◦ green 98 ◦ blue 61

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

Shades of Tuscany #AE623D

Tints of Tuscany #AE623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 52.25%
G = 29.43%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE623D (or 0xAE623D) is known color: Tuscany. HEX triplet: AE, 62 and 3D. RGB value is (174,98,61). Sum of RGB (Red+Green+Blue) = 174+98+61=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE623D is #519DC2. Grayscale: #747474. Windows color (decimal): -5348803 or 4022958. OLE color: 4022958.

HSL color Cylindrical-coordinate representation of color #AE623D: hue angle of 19.65º 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 #AE623D is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 98 61 -
CMYK 0 0.44 0.65 0.32
HSL 19.65º 0.48% 0.46% -
HSV(B) 19.65º 0.65% 0.68% -
XYZ 22.67 18.07 6.71 -
YUV 116.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 174 98 61 0 0.44 0.65 0.32 19.65 0.48 0.46
Hex AE 62 3D 0 2C 41 20 14 30 2E
Octal 256 142 75 0 54 101 40 24 60 56
Binary 10101110 1100010 111101 0 101100 1000001 100000 10100 110000 101110

Color Harmonies of #AE623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE623D

Black with #AE623D

Text Example


Text Example

White with #AE623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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