Html Css Color HEX #AD631C Mai Tai

📋 copy color: '#AD631C'

red 173 ◦ green 99 ◦ blue 28

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

Shades of Mai Tai #AD631C

Tints of Mai Tai #AD631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 57.67%
G = 33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD631C (or 0xAD631C) is known color: Mai Tai. HEX triplet: AD, 63 and 1C. RGB value is (173,99,28). Sum of RGB (Red+Green+Blue) = 173+99+28=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD631C is #529CE3. Grayscale: #717171. Windows color (decimal): -5414116 or 1860525. OLE color: 1860525.

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

Color convert

RGB 173 99 28 -
CMYK 0 0.43 0.84 0.32
HSL 29.38º 0.72% 0.39% -
HSV(B) 29.38º 0.84% 0.68% -
XYZ 21.91 17.89 3.4 -
YUV 113.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 173 99 28 0 0.43 0.84 0.32 29.38 0.72 0.39
Hex AD 63 1C 0 2B 54 20 1D 48 27
Octal 255 143 34 0 53 124 40 35 110 47
Binary 10101101 1100011 11100 0 101011 1010100 100000 11101 1001000 100111

Color Harmonies of #AD631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD631C

Black with #AD631C

Text Example


Text Example

White with #AD631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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