Html Css Color HEX #AD612F Mai Tai

📋 copy color: '#AD612F'

red 173 ◦ green 97 ◦ blue 47

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

Shades of Mai Tai #AD612F

Tints of Mai Tai #AD612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 54.57%
G = 30.6%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD612F (or 0xAD612F) is known color: Mai Tai. HEX triplet: AD, 61 and 2F. RGB value is (173,97,47). Sum of RGB (Red+Green+Blue) = 173+97+47=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD612F is #529ED0. Grayscale: #727272. Windows color (decimal): -5414609 or 3105197. OLE color: 3105197.

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

Color convert

RGB 173 97 47 -
CMYK 0 0.44 0.73 0.32
HSL 23.81º 0.57% 0.43% -
HSV(B) 23.81º 0.73% 0.68% -
XYZ 22.02 17.64 4.93 -
YUV 114.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 173 97 47 0 0.44 0.73 0.32 23.81 0.57 0.43
Hex AD 61 2F 0 2C 49 20 18 39 2B
Octal 255 141 57 0 54 111 40 30 71 53
Binary 10101101 1100001 101111 0 101100 1001001 100000 11000 111001 101011

Color Harmonies of #AD612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD612F

Black with #AD612F

Text Example


Text Example

White with #AD612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD612F; }

 p { color: rgb(173,97,47); }

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

background-color css

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

 a { background-color: rgb(173,97,47); }

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

border-color css

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

 span { border-color: rgb(173,97,47); }

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