Html Css Color HEX #AD652A Mai Tai

📋 copy color: '#AD652A'

red 173 ◦ green 101 ◦ blue 42

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

Shades of Mai Tai #AD652A

Tints of Mai Tai #AD652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 54.75%
G = 31.96%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD652A (or 0xAD652A) is known color: Mai Tai. HEX triplet: AD, 65 and 2A. RGB value is (173,101,42). Sum of RGB (Red+Green+Blue) = 173+101+42=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD652A is #529AD5. Grayscale: #747474. Windows color (decimal): -5413590 or 2778541. OLE color: 2778541.

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

Color convert

RGB 173 101 42 -
CMYK 0 0.42 0.76 0.32
HSL 27.02º 0.61% 0.42% -
HSV(B) 27.02º 0.76% 0.68% -
XYZ 22.31 18.36 4.56 -
YUV 115.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 173 101 42 0 0.42 0.76 0.32 27.02 0.61 0.42
Hex AD 65 2A 0 2A 4C 20 1B 3D 2A
Octal 255 145 52 0 52 114 40 33 75 52
Binary 10101101 1100101 101010 0 101010 1001100 100000 11011 111101 101010

Color Harmonies of #AD652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD652A

Black with #AD652A

Text Example


Text Example

White with #AD652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD652A; }

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

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

background-color css

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

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

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

border-color css

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

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

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