Html Css Color HEX #AD6021 Mai Tai

📋 copy color: '#AD6021'

red 173 ◦ green 96 ◦ blue 33

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

Shades of Mai Tai #AD6021

Tints of Mai Tai #AD6021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 57.28%
G = 31.79%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD6021 (or 0xAD6021) is known color: Mai Tai. HEX triplet: AD, 60 and 21. RGB value is (173,96,33). Sum of RGB (Red+Green+Blue) = 173+96+33=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6021 is #529FDE. Grayscale: #707070. Windows color (decimal): -5414879 or 2187437. OLE color: 2187437.

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

Color convert

RGB 173 96 33 -
CMYK 0 0.45 0.81 0.32
HSL 27º 0.68% 0.4% -
HSV(B) 27º 0.81% 0.68% -
XYZ 21.69 17.36 3.65 -
YUV 111.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 173 96 33 0 0.45 0.81 0.32 27 0.68 0.4
Hex AD 60 21 0 2D 51 20 1B 44 28
Octal 255 140 41 0 55 121 40 33 104 50
Binary 10101101 1100000 100001 0 101101 1010001 100000 11011 1000100 101000

Color Harmonies of #AD6021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6021

Black with #AD6021

Text Example


Text Example

White with #AD6021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6021; }

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

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

background-color css

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

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

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

border-color css

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

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

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