Html Css Color HEX #AD6528 Mai Tai

📋 copy color: '#AD6528'

red 173 ◦ green 101 ◦ blue 40

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

Shades of Mai Tai #AD6528

Tints of Mai Tai #AD6528

RGB

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

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

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

R = 55.1%
G = 32.17%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD6528 (or 0xAD6528) is known color: Mai Tai. HEX triplet: AD, 65 and 28. RGB value is (173,101,40). Sum of RGB (Red+Green+Blue) = 173+101+40=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6528 is #529AD7. Grayscale: #737373. Windows color (decimal): -5413592 or 2647469. OLE color: 2647469.

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

Color convert

RGB 173 101 40 -
CMYK 0 0.42 0.77 0.32
HSL 27.52º 0.62% 0.42% -
HSV(B) 27.52º 0.77% 0.68% -
XYZ 22.27 18.34 4.37 -
YUV 115.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 173 101 40 0 0.42 0.77 0.32 27.52 0.62 0.42
Hex AD 65 28 0 2A 4D 20 1C 3E 2A
Octal 255 145 50 0 52 115 40 34 76 52
Binary 10101101 1100101 101000 0 101010 1001101 100000 11100 111110 101010

Color Harmonies of #AD6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6528

Black with #AD6528

Text Example


Text Example

White with #AD6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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