Html Css Color HEX #AD6130 Mai Tai

📋 copy color: '#AD6130'

red 173 ◦ green 97 ◦ blue 48

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

Shades of Mai Tai #AD6130

Tints of Mai Tai #AD6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 54.4%
G = 30.5%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6130 (or 0xAD6130) is known color: Mai Tai. HEX triplet: AD, 61 and 30. RGB value is (173,97,48). Sum of RGB (Red+Green+Blue) = 173+97+48=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6130 is #529ECF. Grayscale: #727272. Windows color (decimal): -5414608 or 3170733. OLE color: 3170733.

HSL color Cylindrical-coordinate representation of color #AD6130: hue angle of 23.52º 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 #AD6130 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 48 -
CMYK 0 0.44 0.72 0.32
HSL 23.52º 0.57% 0.43% -
HSV(B) 23.52º 0.72% 0.68% -
XYZ 22.04 17.65 5.04 -
YUV 114.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 173 97 48 0 0.44 0.72 0.32 23.52 0.57 0.43
Hex AD 61 30 0 2C 48 20 18 39 2B
Octal 255 141 60 0 54 110 40 30 71 53
Binary 10101101 1100001 110000 0 101100 1001000 100000 11000 111001 101011

Color Harmonies of #AD6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6130

Black with #AD6130

Text Example


Text Example

White with #AD6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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