Html Css Color HEX #AE632A Mai Tai

📋 copy color: '#AE632A'

red 174 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #AE632A

Tints of Mai Tai #AE632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 55.24%
G = 31.43%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE632A (or 0xAE632A) is known color: Mai Tai. HEX triplet: AE, 63 and 2A. RGB value is (174,99,42). Sum of RGB (Red+Green+Blue) = 174+99+42=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE632A is #519CD5. Grayscale: #737373. Windows color (decimal): -5348566 or 2778030. OLE color: 2778030.

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

Color convert

RGB 174 99 42 -
CMYK 0 0.43 0.76 0.32
HSL 25.91º 0.61% 0.42% -
HSV(B) 25.91º 0.76% 0.68% -
XYZ 22.34 18.09 4.5 -
YUV 114.93 86.85 170.13 -
System Red Green Blue C M Y K H S L
Decimal 174 99 42 0 0.43 0.76 0.32 25.91 0.61 0.42
Hex AE 63 2A 0 2B 4C 20 1A 3D 2A
Octal 256 143 52 0 53 114 40 32 75 52
Binary 10101110 1100011 101010 0 101011 1001100 100000 11010 111101 101010

Color Harmonies of #AE632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE632A

Black with #AE632A

Text Example


Text Example

White with #AE632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE632A; }

 p { color: rgb(174,99,42); }

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

background-color css

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

 a { background-color: rgb(174,99,42); }

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

border-color css

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

 span { border-color: rgb(174,99,42); }

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