Html Css Color HEX #AD652B Mai Tai

📋 copy color: '#AD652B'

red 173 ◦ green 101 ◦ blue 43

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

Shades of Mai Tai #AD652B

Tints of Mai Tai #AD652B

RGB

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

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

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

R = 54.57%
G = 31.86%
B = 13.56%

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

#AD652B (or 0xAD652B) is known color: Mai Tai. HEX triplet: AD, 65 and 2B. RGB value is (173,101,43). Sum of RGB (Red+Green+Blue) = 173+101+43=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD652B is #529AD4. Grayscale: #747474. Windows color (decimal): -5413589 or 2844077. OLE color: 2844077.

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

Color convert

RGB 173 101 43 -
CMYK 0 0.42 0.75 0.32
HSL 26.77º 0.6% 0.42% -
HSV(B) 26.77º 0.75% 0.68% -
XYZ 22.32 18.37 4.65 -
YUV 115.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 173 101 43 0 0.42 0.75 0.32 26.77 0.6 0.42
Hex AD 65 2B 0 2A 4B 20 1B 3C 2A
Octal 255 145 53 0 52 113 40 33 74 52
Binary 10101101 1100101 101011 0 101010 1001011 100000 11011 111100 101010

Color Harmonies of #AD652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD652B

Black with #AD652B

Text Example


Text Example

White with #AD652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD652B; }

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

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

background-color css

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

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

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

border-color css

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

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

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