Html Css Color HEX #AE6320 Mai Tai

📋 copy color: '#AE6320'

red 174 ◦ green 99 ◦ blue 32

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

Shades of Mai Tai #AE6320

Tints of Mai Tai #AE6320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 57.05%
G = 32.46%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6320 (or 0xAE6320) is known color: Mai Tai. HEX triplet: AE, 63 and 20. RGB value is (174,99,32). Sum of RGB (Red+Green+Blue) = 174+99+32=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6320 is #519CDF. Grayscale: #727272. Windows color (decimal): -5348576 or 2122670. OLE color: 2122670.

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

Color convert

RGB 174 99 32 -
CMYK 0 0.43 0.82 0.32
HSL 28.31º 0.69% 0.4% -
HSV(B) 28.31º 0.82% 0.68% -
XYZ 22.18 18.03 3.68 -
YUV 113.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 174 99 32 0 0.43 0.82 0.32 28.31 0.69 0.4
Hex AE 63 20 0 2B 52 20 1C 45 28
Octal 256 143 40 0 53 122 40 34 105 50
Binary 10101110 1100011 100000 0 101011 1010010 100000 11100 1000101 101000

Color Harmonies of #AE6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6320

Black with #AE6320

Text Example


Text Example

White with #AE6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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