Html Css Color HEX #AE672A Mai Tai

📋 copy color: '#AE672A'

red 174 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #AE672A

Tints of Mai Tai #AE672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 54.55%
G = 32.29%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE672A (or 0xAE672A) is known color: Mai Tai. HEX triplet: AE, 67 and 2A. RGB value is (174,103,42). Sum of RGB (Red+Green+Blue) = 174+103+42=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE672A is #5198D5. Grayscale: #757575. Windows color (decimal): -5347542 or 2779054. OLE color: 2779054.

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

Color convert

RGB 174 103 42 -
CMYK 0 0.41 0.76 0.32
HSL 27.73º 0.61% 0.42% -
HSV(B) 27.73º 0.76% 0.68% -
XYZ 22.72 18.87 4.63 -
YUV 117.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 174 103 42 0 0.41 0.76 0.32 27.73 0.61 0.42
Hex AE 67 2A 0 29 4C 20 1C 3D 2A
Octal 256 147 52 0 51 114 40 34 75 52
Binary 10101110 1100111 101010 0 101001 1001100 100000 11100 111101 101010

Color Harmonies of #AE672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE672A

Black with #AE672A

Text Example


Text Example

White with #AE672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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