Html Css Color HEX #AE6430 Mai Tai

📋 copy color: '#AE6430'

red 174 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #AE6430

Tints of Mai Tai #AE6430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 54.04%
G = 31.06%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6430 (or 0xAE6430) is known color: Mai Tai. HEX triplet: AE, 64 and 30. RGB value is (174,100,48). Sum of RGB (Red+Green+Blue) = 174+100+48=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6430 is #519BCF. Grayscale: #747474. Windows color (decimal): -5348304 or 3171502. OLE color: 3171502.

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

Color convert

RGB 174 100 48 -
CMYK 0 0.43 0.72 0.32
HSL 24.76º 0.57% 0.44% -
HSV(B) 24.76º 0.72% 0.68% -
XYZ 22.55 18.33 5.15 -
YUV 116.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 174 100 48 0 0.43 0.72 0.32 24.76 0.57 0.44
Hex AE 64 30 0 2B 48 20 19 39 2C
Octal 256 144 60 0 53 110 40 31 71 54
Binary 10101110 1100100 110000 0 101011 1001000 100000 11001 111001 101100

Color Harmonies of #AE6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6430

Black with #AE6430

Text Example


Text Example

White with #AE6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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