Html Css Color HEX #AE6530 Mai Tai

📋 copy color: '#AE6530'

red 174 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #AE6530

Tints of Mai Tai #AE6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 53.87%
G = 31.27%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6530 (or 0xAE6530) is known color: Mai Tai. HEX triplet: AE, 65 and 30. RGB value is (174,101,48). Sum of RGB (Red+Green+Blue) = 174+101+48=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6530 is #519ACF. Grayscale: #757575. Windows color (decimal): -5348048 or 3171758. OLE color: 3171758.

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

Color convert

RGB 174 101 48 -
CMYK 0 0.42 0.72 0.32
HSL 25.24º 0.57% 0.44% -
HSV(B) 25.24º 0.72% 0.68% -
XYZ 22.64 18.52 5.18 -
YUV 116.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 174 101 48 0 0.42 0.72 0.32 25.24 0.57 0.44
Hex AE 65 30 0 2A 48 20 19 39 2C
Octal 256 145 60 0 52 110 40 31 71 54
Binary 10101110 1100101 110000 0 101010 1001000 100000 11001 111001 101100

Color Harmonies of #AE6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6530

Black with #AE6530

Text Example


Text Example

White with #AE6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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