Html Css Color HEX #AD632A Mai Tai

📋 copy color: '#AD632A'

red 173 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #AD632A

Tints of Mai Tai #AD632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 55.1%
G = 31.53%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD632A (or 0xAD632A) is known color: Mai Tai. HEX triplet: AD, 63 and 2A. RGB value is (173,99,42). Sum of RGB (Red+Green+Blue) = 173+99+42=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD632A is #529CD5. Grayscale: #727272. Windows color (decimal): -5414102 or 2778029. OLE color: 2778029.

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

Color convert

RGB 173 99 42 -
CMYK 0 0.43 0.76 0.32
HSL 26.11º 0.61% 0.42% -
HSV(B) 26.11º 0.76% 0.68% -
XYZ 22.11 17.98 4.49 -
YUV 114.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 173 99 42 0 0.43 0.76 0.32 26.11 0.61 0.42
Hex AD 63 2A 0 2B 4C 20 1A 3D 2A
Octal 255 143 52 0 53 114 40 32 75 52
Binary 10101101 1100011 101010 0 101011 1001100 100000 11010 111101 101010

Color Harmonies of #AD632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD632A

Black with #AD632A

Text Example


Text Example

White with #AD632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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