Html Css Color HEX #AD6422 Mai Tai

📋 copy color: '#AD6422'

red 173 ◦ green 100 ◦ blue 34

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

Shades of Mai Tai #AD6422

Tints of Mai Tai #AD6422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.07%

R = 56.35%
G = 32.57%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD6422 (or 0xAD6422) is known color: Mai Tai. HEX triplet: AD, 64 and 22. RGB value is (173,100,34). Sum of RGB (Red+Green+Blue) = 173+100+34=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6422 is #529BDD. Grayscale: #727272. Windows color (decimal): -5413854 or 2253997. OLE color: 2253997.

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

Color convert

RGB 173 100 34 -
CMYK 0 0.42 0.80 0.32
HSL 28.49º 0.67% 0.41% -
HSV(B) 28.49º 0.8% 0.68% -
XYZ 22.08 18.11 3.85 -
YUV 114.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 173 100 34 0 0.42 0.80 0.32 28.49 0.67 0.41
Hex AD 64 22 0 2A 50 20 1C 43 29
Octal 255 144 42 0 52 120 40 34 103 51
Binary 10101101 1100100 100010 0 101010 1010000 100000 11100 1000011 101001

Color Harmonies of #AD6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6422

Black with #AD6422

Text Example


Text Example

White with #AD6422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6422; }

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

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

background-color css

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

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

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

border-color css

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

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

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