Html Css Color HEX #AE6426 Mai Tai

📋 copy color: '#AE6426'

red 174 ◦ green 100 ◦ blue 38

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

Shades of Mai Tai #AE6426

Tints of Mai Tai #AE6426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 55.77%
G = 32.05%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE6426 (or 0xAE6426) is known color: Mai Tai. HEX triplet: AE, 64 and 26. RGB value is (174,100,38). Sum of RGB (Red+Green+Blue) = 174+100+38=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6426 is #519BD9. Grayscale: #737373. Windows color (decimal): -5348314 or 2516142. OLE color: 2516142.

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

Color convert

RGB 174 100 38 -
CMYK 0 0.43 0.78 0.32
HSL 27.35º 0.64% 0.42% -
HSV(B) 27.35º 0.78% 0.68% -
XYZ 22.36 18.25 4.18 -
YUV 115.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 174 100 38 0 0.43 0.78 0.32 27.35 0.64 0.42
Hex AE 64 26 0 2B 4E 20 1B 40 2A
Octal 256 144 46 0 53 116 40 33 100 52
Binary 10101110 1100100 100110 0 101011 1001110 100000 11011 1000000 101010

Color Harmonies of #AE6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6426

Black with #AE6426

Text Example


Text Example

White with #AE6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6426; }

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

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

background-color css

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

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

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

border-color css

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

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

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