Html Css Color HEX #AD6924 Mai Tai

📋 copy color: '#AD6924'

red 173 ◦ green 105 ◦ blue 36

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

Shades of Mai Tai #AD6924

Tints of Mai Tai #AD6924

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 36 (14.45% from 255) = 11.46%

R = 55.1%
G = 33.44%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6924 (or 0xAD6924) is known color: Mai Tai. HEX triplet: AD, 69 and 24. RGB value is (173,105,36). Sum of RGB (Red+Green+Blue) = 173+105+36=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6924 is #5296DB. Grayscale: #757575. Windows color (decimal): -5412572 or 2386349. OLE color: 2386349.

HSL color Cylindrical-coordinate representation of color #AD6924: hue angle of 30.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD6924 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 36 -
CMYK 0 0.39 0.79 0.32
HSL 30.22º 0.66% 0.41% -
HSV(B) 30.22º 0.79% 0.68% -
XYZ 22.6 19.11 4.17 -
YUV 117.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 173 105 36 0 0.39 0.79 0.32 30.22 0.66 0.41
Hex AD 69 24 0 27 4F 20 1E 42 29
Octal 255 151 44 0 47 117 40 36 102 51
Binary 10101101 1101001 100100 0 100111 1001111 100000 11110 1000010 101001

Color Harmonies of #AD6924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6924

Black with #AD6924

Text Example


Text Example

White with #AD6924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6924; }

 p { color: rgb(173,105,36); }

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

background-color css

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

 a { background-color: rgb(173,105,36); }

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

border-color css

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

 span { border-color: rgb(173,105,36); }

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