Html Css Color HEX #AD662B Mai Tai

📋 copy color: '#AD662B'

red 173 ◦ green 102 ◦ blue 43

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

Shades of Mai Tai #AD662B

Tints of Mai Tai #AD662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 54.4%
G = 32.08%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD662B (or 0xAD662B) is known color: Mai Tai. HEX triplet: AD, 66 and 2B. RGB value is (173,102,43). Sum of RGB (Red+Green+Blue) = 173+102+43=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD662B is #5299D4. Grayscale: #747474. Windows color (decimal): -5413333 or 2844333. OLE color: 2844333.

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

Color convert

RGB 173 102 43 -
CMYK 0 0.41 0.75 0.32
HSL 27.23º 0.6% 0.42% -
HSV(B) 27.23º 0.75% 0.68% -
XYZ 22.42 18.56 4.69 -
YUV 116.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 173 102 43 0 0.41 0.75 0.32 27.23 0.6 0.42
Hex AD 66 2B 0 29 4B 20 1B 3C 2A
Octal 255 146 53 0 51 113 40 33 74 52
Binary 10101101 1100110 101011 0 101001 1001011 100000 11011 111100 101010

Color Harmonies of #AD662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD662B

Black with #AD662B

Text Example


Text Example

White with #AD662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD662B; }

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

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

background-color css

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

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

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

border-color css

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

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

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