Html Css Color HEX #AD6328 Mai Tai

📋 copy color: '#AD6328'

red 173 ◦ green 99 ◦ blue 40

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

Shades of Mai Tai #AD6328

Tints of Mai Tai #AD6328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 55.45%
G = 31.73%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD6328 (or 0xAD6328) is known color: Mai Tai. HEX triplet: AD, 63 and 28. RGB value is (173,99,40). Sum of RGB (Red+Green+Blue) = 173+99+40=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6328 is #529CD7. Grayscale: #727272. Windows color (decimal): -5414104 or 2646957. OLE color: 2646957.

HSL color Cylindrical-coordinate representation of color #AD6328: hue angle of 26.62º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD6328 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 99 40 -
CMYK 0 0.43 0.77 0.32
HSL 26.62º 0.62% 0.42% -
HSV(B) 26.62º 0.77% 0.68% -
XYZ 22.08 17.96 4.31 -
YUV 114.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 173 99 40 0 0.43 0.77 0.32 26.62 0.62 0.42
Hex AD 63 28 0 2B 4D 20 1B 3E 2A
Octal 255 143 50 0 53 115 40 33 76 52
Binary 10101101 1100011 101000 0 101011 1001101 100000 11011 111110 101010

Color Harmonies of #AD6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6328

Black with #AD6328

Text Example


Text Example

White with #AD6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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