Html Css Color HEX #AD6325 Mai Tai

📋 copy color: '#AD6325'

red 173 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #AD6325

Tints of Mai Tai #AD6325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 55.99%
G = 32.04%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6325 (or 0xAD6325) is known color: Mai Tai. HEX triplet: AD, 63 and 25. RGB value is (173,99,37). Sum of RGB (Red+Green+Blue) = 173+99+37=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6325 is #529CDA. Grayscale: #727272. Windows color (decimal): -5414107 or 2450349. OLE color: 2450349.

HSL color Cylindrical-coordinate representation of color #AD6325: hue angle of 27.35º degrees, saturation: 0.65, 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 #AD6325 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 99 37 -
CMYK 0 0.43 0.79 0.32
HSL 27.35º 0.65% 0.41% -
HSV(B) 27.35º 0.79% 0.68% -
XYZ 22.03 17.94 4.05 -
YUV 114.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 173 99 37 0 0.43 0.79 0.32 27.35 0.65 0.41
Hex AD 63 25 0 2B 4F 20 1B 41 29
Octal 255 143 45 0 53 117 40 33 101 51
Binary 10101101 1100011 100101 0 101011 1001111 100000 11011 1000001 101001

Color Harmonies of #AD6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6325

Black with #AD6325

Text Example


Text Example

White with #AD6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6325; }

 p { color: rgb(173,99,37); }

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

background-color css

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

 a { background-color: rgb(173,99,37); }

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

border-color css

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

 span { border-color: rgb(173,99,37); }

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