Html Css Color HEX #AD6635 Mai Tai

📋 copy color: '#AD6635'

red 173 ◦ green 102 ◦ blue 53

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

Shades of Mai Tai #AD6635

Tints of Mai Tai #AD6635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 52.74%
G = 31.1%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6635 (or 0xAD6635) is known color: Mai Tai. HEX triplet: AD, 66 and 35. RGB value is (173,102,53). Sum of RGB (Red+Green+Blue) = 173+102+53=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6635 is #5299CA. Grayscale: #757575. Windows color (decimal): -5413323 or 3499693. OLE color: 3499693.

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

Color convert

RGB 173 102 53 -
CMYK 0 0.41 0.69 0.32
HSL 24.5º 0.53% 0.44% -
HSV(B) 24.5º 0.69% 0.68% -
XYZ 22.63 18.64 5.77 -
YUV 117.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 173 102 53 0 0.41 0.69 0.32 24.5 0.53 0.44
Hex AD 66 35 0 29 45 20 18 35 2C
Octal 255 146 65 0 51 105 40 30 65 54
Binary 10101101 1100110 110101 0 101001 1000101 100000 11000 110101 101100

Color Harmonies of #AD6635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6635

Black with #AD6635

Text Example


Text Example

White with #AD6635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6635; }

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

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

background-color css

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

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

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

border-color css

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

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

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