Html Css Color HEX #AD6634 Mai Tai

📋 copy color: '#AD6634'

red 173 ◦ green 102 ◦ blue 52

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

Shades of Mai Tai #AD6634

Tints of Mai Tai #AD6634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 52.91%
G = 31.19%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD6634 (or 0xAD6634) is known color: Mai Tai. HEX triplet: AD, 66 and 34. RGB value is (173,102,52). Sum of RGB (Red+Green+Blue) = 173+102+52=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6634 is #5299CB. Grayscale: #757575. Windows color (decimal): -5413324 or 3434157. OLE color: 3434157.

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

Color convert

RGB 173 102 52 -
CMYK 0 0.41 0.70 0.32
HSL 24.79º 0.54% 0.44% -
HSV(B) 24.79º 0.7% 0.68% -
XYZ 22.6 18.63 5.65 -
YUV 117.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 173 102 52 0 0.41 0.70 0.32 24.79 0.54 0.44
Hex AD 66 34 0 29 46 20 19 36 2C
Octal 255 146 64 0 51 106 40 31 66 54
Binary 10101101 1100110 110100 0 101001 1000110 100000 11001 110110 101100

Color Harmonies of #AD6634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6634

Black with #AD6634

Text Example


Text Example

White with #AD6634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6634; }

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

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

background-color css

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

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

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

border-color css

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

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

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