Html Css Color HEX #AD6626 Mai Tai

📋 copy color: '#AD6626'

red 173 ◦ green 102 ◦ blue 38

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

Shades of Mai Tai #AD6626

Tints of Mai Tai #AD6626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 55.27%
G = 32.59%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6626 (or 0xAD6626) is known color: Mai Tai. HEX triplet: AD, 66 and 26. RGB value is (173,102,38). Sum of RGB (Red+Green+Blue) = 173+102+38=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6626 is #5299D9. Grayscale: #747474. Windows color (decimal): -5413338 or 2516653. OLE color: 2516653.

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

Color convert

RGB 173 102 38 -
CMYK 0 0.41 0.78 0.32
HSL 28.44º 0.64% 0.41% -
HSV(B) 28.44º 0.78% 0.68% -
XYZ 22.33 18.53 4.23 -
YUV 115.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 173 102 38 0 0.41 0.78 0.32 28.44 0.64 0.41
Hex AD 66 26 0 29 4E 20 1C 40 29
Octal 255 146 46 0 51 116 40 34 100 51
Binary 10101101 1100110 100110 0 101001 1001110 100000 11100 1000000 101001

Color Harmonies of #AD6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6626

Black with #AD6626

Text Example


Text Example

White with #AD6626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6626; }

 p { color: rgb(173,102,38); }

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

background-color css

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

 a { background-color: rgb(173,102,38); }

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

border-color css

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

 span { border-color: rgb(173,102,38); }

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