Html Css Color HEX #AD6222 Mai Tai

📋 copy color: '#AD6222'

red 173 ◦ green 98 ◦ blue 34

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

Shades of Mai Tai #AD6222

Tints of Mai Tai #AD6222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 56.72%
G = 32.13%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD6222 (or 0xAD6222) is known color: Mai Tai. HEX triplet: AD, 62 and 22. RGB value is (173,98,34). Sum of RGB (Red+Green+Blue) = 173+98+34=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6222 is #529DDD. Grayscale: #717171. Windows color (decimal): -5414366 or 2253485. OLE color: 2253485.

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

Color convert

RGB 173 98 34 -
CMYK 0 0.43 0.80 0.32
HSL 27.63º 0.67% 0.41% -
HSV(B) 27.63º 0.8% 0.68% -
XYZ 21.89 17.74 3.78 -
YUV 113.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 173 98 34 0 0.43 0.80 0.32 27.63 0.67 0.41
Hex AD 62 22 0 2B 50 20 1C 43 29
Octal 255 142 42 0 53 120 40 34 103 51
Binary 10101101 1100010 100010 0 101011 1010000 100000 11100 1000011 101001

Color Harmonies of #AD6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6222

Black with #AD6222

Text Example


Text Example

White with #AD6222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6222; }

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

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

background-color css

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

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

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

border-color css

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

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

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