Html Css Color HEX #AD6020 Mai Tai

📋 copy color: '#AD6020'

red 173 ◦ green 96 ◦ blue 32

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

Shades of Mai Tai #AD6020

Tints of Mai Tai #AD6020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 57.48%
G = 31.89%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD6020 (or 0xAD6020) is known color: Mai Tai. HEX triplet: AD, 60 and 20. RGB value is (173,96,32). Sum of RGB (Red+Green+Blue) = 173+96+32=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6020 is #529FDF. Grayscale: #707070. Windows color (decimal): -5414880 or 2121901. OLE color: 2121901.

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

Color convert

RGB 173 96 32 -
CMYK 0 0.45 0.82 0.32
HSL 27.23º 0.69% 0.4% -
HSV(B) 27.23º 0.82% 0.68% -
XYZ 21.68 17.35 3.57 -
YUV 111.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 173 96 32 0 0.45 0.82 0.32 27.23 0.69 0.4
Hex AD 60 20 0 2D 52 20 1B 45 28
Octal 255 140 40 0 55 122 40 33 105 50
Binary 10101101 1100000 100000 0 101101 1010010 100000 11011 1000101 101000

Color Harmonies of #AD6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6020

Black with #AD6020

Text Example


Text Example

White with #AD6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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