Html Css Color HEX #AD6822 Mai Tai

📋 copy color: '#AD6822'

red 173 ◦ green 104 ◦ blue 34

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

Shades of Mai Tai #AD6822

Tints of Mai Tai #AD6822

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 55.63%
G = 33.44%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD6822 (or 0xAD6822) is known color: Mai Tai. HEX triplet: AD, 68 and 22. RGB value is (173,104,34). Sum of RGB (Red+Green+Blue) = 173+104+34=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6822 is #5297DD. Grayscale: #747474. Windows color (decimal): -5412830 or 2255021. OLE color: 2255021.

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

Color convert

RGB 173 104 34 -
CMYK 0 0.40 0.80 0.32
HSL 30.22º 0.67% 0.41% -
HSV(B) 30.22º 0.8% 0.68% -
XYZ 22.47 18.9 3.98 -
YUV 116.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 173 104 34 0 0.40 0.80 0.32 30.22 0.67 0.41
Hex AD 68 22 0 28 50 20 1E 43 29
Octal 255 150 42 0 50 120 40 36 103 51
Binary 10101101 1101000 100010 0 101000 1010000 100000 11110 1000011 101001

Color Harmonies of #AD6822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6822

Black with #AD6822

Text Example


Text Example

White with #AD6822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6822; }

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

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

background-color css

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

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

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

border-color css

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

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

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