Html Css Color HEX #AE611D Mai Tai

📋 copy color: '#AE611D'

red 174 ◦ green 97 ◦ blue 29

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

Shades of Mai Tai #AE611D

Tints of Mai Tai #AE611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 58%
G = 32.33%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE611D (or 0xAE611D) is known color: Mai Tai. HEX triplet: AE, 61 and 1D. RGB value is (174,97,29). Sum of RGB (Red+Green+Blue) = 174+97+29=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE611D is #519EE2. Grayscale: #707070. Windows color (decimal): -5349091 or 1925550. OLE color: 1925550.

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

Color convert

RGB 174 97 29 -
CMYK 0 0.44 0.83 0.32
HSL 28.14º 0.71% 0.4% -
HSV(B) 28.14º 0.83% 0.68% -
XYZ 21.95 17.64 3.41 -
YUV 112.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 174 97 29 0 0.44 0.83 0.32 28.14 0.71 0.4
Hex AE 61 1D 0 2C 53 20 1C 47 28
Octal 256 141 35 0 54 123 40 34 107 50
Binary 10101110 1100001 11101 0 101100 1010011 100000 11100 1000111 101000

Color Harmonies of #AE611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE611D

Black with #AE611D

Text Example


Text Example

White with #AE611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE611D; }

 p { color: rgb(174,97,29); }

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

background-color css

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

 a { background-color: rgb(174,97,29); }

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

border-color css

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

 span { border-color: rgb(174,97,29); }

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