Html Css Color HEX #AD652C Mai Tai

📋 copy color: '#AD652C'

red 173 ◦ green 101 ◦ blue 44

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

Shades of Mai Tai #AD652C

Tints of Mai Tai #AD652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 54.4%
G = 31.76%
B = 13.84%

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

#AD652C (or 0xAD652C) is known color: Mai Tai. HEX triplet: AD, 65 and 2C. RGB value is (173,101,44). Sum of RGB (Red+Green+Blue) = 173+101+44=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD652C is #529AD3. Grayscale: #747474. Windows color (decimal): -5413588 or 2909613. OLE color: 2909613.

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

Color convert

RGB 173 101 44 -
CMYK 0 0.42 0.75 0.32
HSL 26.51º 0.59% 0.43% -
HSV(B) 26.51º 0.75% 0.68% -
XYZ 22.34 18.37 4.75 -
YUV 116.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 173 101 44 0 0.42 0.75 0.32 26.51 0.59 0.43
Hex AD 65 2C 0 2A 4B 20 1B 3B 2B
Octal 255 145 54 0 52 113 40 33 73 53
Binary 10101101 1100101 101100 0 101010 1001011 100000 11011 111011 101011

Color Harmonies of #AD652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD652C

Black with #AD652C

Text Example


Text Example

White with #AD652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD652C; }

 p { color: rgb(173,101,44); }

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

background-color css

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

 a { background-color: rgb(173,101,44); }

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

border-color css

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

 span { border-color: rgb(173,101,44); }

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