Html Css Color HEX #AD6427 Mai Tai

📋 copy color: '#AD6427'

red 173 ◦ green 100 ◦ blue 39

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

Shades of Mai Tai #AD6427

Tints of Mai Tai #AD6427

RGB

 RED value IS 173 (67.97% from 255) = 55.45%

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

 BLUE value IS 39 (15.63% from 255) = 12.5%

R = 55.45%
G = 32.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD6427 (or 0xAD6427) is known color: Mai Tai. HEX triplet: AD, 64 and 27. RGB value is (173,100,39). Sum of RGB (Red+Green+Blue) = 173+100+39=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6427 is #529BD8. Grayscale: #737373. Windows color (decimal): -5413849 or 2581677. OLE color: 2581677.

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

Color convert

RGB 173 100 39 -
CMYK 0 0.42 0.77 0.32
HSL 27.31º 0.63% 0.42% -
HSV(B) 27.31º 0.77% 0.68% -
XYZ 22.16 18.15 4.25 -
YUV 114.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 173 100 39 0 0.42 0.77 0.32 27.31 0.63 0.42
Hex AD 64 27 0 2A 4D 20 1B 3F 2A
Octal 255 144 47 0 52 115 40 33 77 52
Binary 10101101 1100100 100111 0 101010 1001101 100000 11011 111111 101010

Color Harmonies of #AD6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6427

Black with #AD6427

Text Example


Text Example

White with #AD6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6427; }

 p { color: rgb(173,100,39); }

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

background-color css

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

 a { background-color: rgb(173,100,39); }

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

border-color css

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

 span { border-color: rgb(173,100,39); }

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