Html Css Color HEX #AD6434 Mai Tai

📋 copy color: '#AD6434'

red 173 ◦ green 100 ◦ blue 52

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

Shades of Mai Tai #AD6434

Tints of Mai Tai #AD6434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 53.23%
G = 30.77%
B = 16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD6434 (or 0xAD6434) is known color: Mai Tai. HEX triplet: AD, 64 and 34. RGB value is (173,100,52). Sum of RGB (Red+Green+Blue) = 173+100+52=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6434 is #529BCB. Grayscale: #747474. Windows color (decimal): -5413836 or 3433645. OLE color: 3433645.

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

Color convert

RGB 173 100 52 -
CMYK 0 0.42 0.70 0.32
HSL 23.8º 0.54% 0.44% -
HSV(B) 23.8º 0.7% 0.68% -
XYZ 22.41 18.25 5.59 -
YUV 116.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 173 100 52 0 0.42 0.70 0.32 23.8 0.54 0.44
Hex AD 64 34 0 2A 46 20 18 36 2C
Octal 255 144 64 0 52 106 40 30 66 54
Binary 10101101 1100100 110100 0 101010 1000110 100000 11000 110110 101100

Color Harmonies of #AD6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6434

Black with #AD6434

Text Example


Text Example

White with #AD6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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