Html Css Color HEX #AD642B Mai Tai

📋 copy color: '#AD642B'

red 173 ◦ green 100 ◦ blue 43

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

Shades of Mai Tai #AD642B

Tints of Mai Tai #AD642B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 54.75%
G = 31.65%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD642B (or 0xAD642B) is known color: Mai Tai. HEX triplet: AD, 64 and 2B. RGB value is (173,100,43). Sum of RGB (Red+Green+Blue) = 173+100+43=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD642B is #529BD4. Grayscale: #737373. Windows color (decimal): -5413845 or 2843821. OLE color: 2843821.

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

Color convert

RGB 173 100 43 -
CMYK 0 0.42 0.75 0.32
HSL 26.31º 0.6% 0.42% -
HSV(B) 26.31º 0.75% 0.68% -
XYZ 22.23 18.17 4.62 -
YUV 115.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 173 100 43 0 0.42 0.75 0.32 26.31 0.6 0.42
Hex AD 64 2B 0 2A 4B 20 1A 3C 2A
Octal 255 144 53 0 52 113 40 32 74 52
Binary 10101101 1100100 101011 0 101010 1001011 100000 11010 111100 101010

Color Harmonies of #AD642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD642B

Black with #AD642B

Text Example


Text Example

White with #AD642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD642B; }

 p { color: rgb(173,100,43); }

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

background-color css

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

 a { background-color: rgb(173,100,43); }

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

border-color css

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

 span { border-color: rgb(173,100,43); }

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