Html Css Color HEX #AD6534 Mai Tai

📋 copy color: '#AD6534'

red 173 ◦ green 101 ◦ blue 52

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

Shades of Mai Tai #AD6534

Tints of Mai Tai #AD6534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 53.07%
G = 30.98%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD6534 (or 0xAD6534) is known color: Mai Tai. HEX triplet: AD, 65 and 34. RGB value is (173,101,52). Sum of RGB (Red+Green+Blue) = 173+101+52=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6534 is #529ACB. Grayscale: #757575. Windows color (decimal): -5413580 or 3433901. OLE color: 3433901.

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

Color convert

RGB 173 101 52 -
CMYK 0 0.42 0.70 0.32
HSL 24.3º 0.54% 0.44% -
HSV(B) 24.3º 0.7% 0.68% -
XYZ 22.51 18.44 5.62 -
YUV 116.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 173 101 52 0 0.42 0.70 0.32 24.3 0.54 0.44
Hex AD 65 34 0 2A 46 20 18 36 2C
Octal 255 145 64 0 52 106 40 30 66 54
Binary 10101101 1100101 110100 0 101010 1000110 100000 11000 110110 101100

Color Harmonies of #AD6534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6534

Black with #AD6534

Text Example


Text Example

White with #AD6534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6534; }

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

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

background-color css

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

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

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

border-color css

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

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

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