Html Css Color HEX #AD6231 Mai Tai

📋 copy color: '#AD6231'

red 173 ◦ green 98 ◦ blue 49

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

Shades of Mai Tai #AD6231

Tints of Mai Tai #AD6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 54.06%
G = 30.63%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6231 (or 0xAD6231) is known color: Mai Tai. HEX triplet: AD, 62 and 31. RGB value is (173,98,49). Sum of RGB (Red+Green+Blue) = 173+98+49=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6231 is #529DCE. Grayscale: #737373. Windows color (decimal): -5414351 or 3236525. OLE color: 3236525.

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

Color convert

RGB 173 98 49 -
CMYK 0 0.43 0.72 0.32
HSL 23.71º 0.56% 0.44% -
HSV(B) 23.71º 0.72% 0.68% -
XYZ 22.16 17.84 5.18 -
YUV 114.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 173 98 49 0 0.43 0.72 0.32 23.71 0.56 0.44
Hex AD 62 31 0 2B 48 20 18 38 2C
Octal 255 142 61 0 53 110 40 30 70 54
Binary 10101101 1100010 110001 0 101011 1001000 100000 11000 111000 101100

Color Harmonies of #AD6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6231

Black with #AD6231

Text Example


Text Example

White with #AD6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6231; }

 p { color: rgb(173,98,49); }

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

background-color css

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

 a { background-color: rgb(173,98,49); }

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

border-color css

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

 span { border-color: rgb(173,98,49); }

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