Html Css Color HEX #AD632C Mai Tai

📋 copy color: '#AD632C'

red 173 ◦ green 99 ◦ blue 44

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

Shades of Mai Tai #AD632C

Tints of Mai Tai #AD632C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 54.75%
G = 31.33%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD632C (or 0xAD632C) is known color: Mai Tai. HEX triplet: AD, 63 and 2C. RGB value is (173,99,44). Sum of RGB (Red+Green+Blue) = 173+99+44=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD632C is #529CD3. Grayscale: #737373. Windows color (decimal): -5414100 or 2909101. OLE color: 2909101.

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

Color convert

RGB 173 99 44 -
CMYK 0 0.43 0.75 0.32
HSL 25.58º 0.59% 0.43% -
HSV(B) 25.58º 0.75% 0.68% -
XYZ 22.15 17.99 4.69 -
YUV 114.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 173 99 44 0 0.43 0.75 0.32 25.58 0.59 0.43
Hex AD 63 2C 0 2B 4B 20 1A 3B 2B
Octal 255 143 54 0 53 113 40 32 73 53
Binary 10101101 1100011 101100 0 101011 1001011 100000 11010 111011 101011

Color Harmonies of #AD632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD632C

Black with #AD632C

Text Example


Text Example

White with #AD632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD632C; }

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

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

background-color css

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

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

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

border-color css

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

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

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