Html Css Color HEX #AE641D Mai Tai

📋 copy color: '#AE641D'

red 174 ◦ green 100 ◦ blue 29

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

Shades of Mai Tai #AE641D

Tints of Mai Tai #AE641D

RGB

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

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

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

R = 57.43%
G = 33%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE641D (or 0xAE641D) is known color: Mai Tai. HEX triplet: AE, 64 and 1D. RGB value is (174,100,29). Sum of RGB (Red+Green+Blue) = 174+100+29=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE641D is #519BE2. Grayscale: #727272. Windows color (decimal): -5348323 or 1926318. OLE color: 1926318.

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

Color convert

RGB 174 100 29 -
CMYK 0 0.43 0.83 0.32
HSL 29.38º 0.71% 0.4% -
HSV(B) 29.38º 0.83% 0.68% -
XYZ 22.23 18.2 3.5 -
YUV 114.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 174 100 29 0 0.43 0.83 0.32 29.38 0.71 0.4
Hex AE 64 1D 0 2B 53 20 1D 47 28
Octal 256 144 35 0 53 123 40 35 107 50
Binary 10101110 1100100 11101 0 101011 1010011 100000 11101 1000111 101000

Color Harmonies of #AE641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE641D

Black with #AE641D

Text Example


Text Example

White with #AE641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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