Html Css Color HEX #AD6026 Mai Tai

📋 copy color: '#AD6026'

red 173 ◦ green 96 ◦ blue 38

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

Shades of Mai Tai #AD6026

Tints of Mai Tai #AD6026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 56.35%
G = 31.27%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6026 (or 0xAD6026) is known color: Mai Tai. HEX triplet: AD, 60 and 26. RGB value is (173,96,38). Sum of RGB (Red+Green+Blue) = 173+96+38=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6026 is #529FD9. Grayscale: #707070. Windows color (decimal): -5414874 or 2515117. OLE color: 2515117.

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

Color convert

RGB 173 96 38 -
CMYK 0 0.45 0.78 0.32
HSL 25.78º 0.64% 0.41% -
HSV(B) 25.78º 0.78% 0.68% -
XYZ 21.77 17.39 4.04 -
YUV 112.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 173 96 38 0 0.45 0.78 0.32 25.78 0.64 0.41
Hex AD 60 26 0 2D 4E 20 1A 40 29
Octal 255 140 46 0 55 116 40 32 100 51
Binary 10101101 1100000 100110 0 101101 1001110 100000 11010 1000000 101001

Color Harmonies of #AD6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6026

Black with #AD6026

Text Example


Text Example

White with #AD6026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6026; }

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

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

background-color css

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

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

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

border-color css

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

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

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