Html Css Color HEX #AD6230 Mai Tai

📋 copy color: '#AD6230'

red 173 ◦ green 98 ◦ blue 48

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

Shades of Mai Tai #AD6230

Tints of Mai Tai #AD6230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 54.23%
G = 30.72%
B = 15.05%

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

#AD6230 (or 0xAD6230) is known color: Mai Tai. HEX triplet: AD, 62 and 30. RGB value is (173,98,48). Sum of RGB (Red+Green+Blue) = 173+98+48=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6230 is #529DCF. Grayscale: #737373. Windows color (decimal): -5414352 or 3170989. OLE color: 3170989.

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

Color convert

RGB 173 98 48 -
CMYK 0 0.43 0.72 0.32
HSL 24º 0.57% 0.43% -
HSV(B) 24º 0.72% 0.68% -
XYZ 22.13 17.83 5.07 -
YUV 114.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 173 98 48 0 0.43 0.72 0.32 24 0.57 0.43
Hex AD 62 30 0 2B 48 20 18 39 2B
Octal 255 142 60 0 53 110 40 30 71 53
Binary 10101101 1100010 110000 0 101011 1001000 100000 11000 111001 101011

Color Harmonies of #AD6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6230

Black with #AD6230

Text Example


Text Example

White with #AD6230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6230; }

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

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

background-color css

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

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

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

border-color css

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

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

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