Html Css Color HEX #AD6828 Mai Tai

📋 copy color: '#AD6828'

red 173 ◦ green 104 ◦ blue 40

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

Shades of Mai Tai #AD6828

Tints of Mai Tai #AD6828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 54.57%
G = 32.81%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD6828 (or 0xAD6828) is known color: Mai Tai. HEX triplet: AD, 68 and 28. RGB value is (173,104,40). Sum of RGB (Red+Green+Blue) = 173+104+40=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6828 is #5297D7. Grayscale: #757575. Windows color (decimal): -5412824 or 2648237. OLE color: 2648237.

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

Color convert

RGB 173 104 40 -
CMYK 0 0.40 0.77 0.32
HSL 28.87º 0.62% 0.42% -
HSV(B) 28.87º 0.77% 0.68% -
XYZ 22.57 18.94 4.47 -
YUV 117.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 173 104 40 0 0.40 0.77 0.32 28.87 0.62 0.42
Hex AD 68 28 0 28 4D 20 1D 3E 2A
Octal 255 150 50 0 50 115 40 35 76 52
Binary 10101101 1101000 101000 0 101000 1001101 100000 11101 111110 101010

Color Harmonies of #AD6828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6828

Black with #AD6828

Text Example


Text Example

White with #AD6828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6828; }

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

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

background-color css

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

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

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

border-color css

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

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

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