Html Css Color HEX #AB682F Mai Tai

📋 copy color: '#AB682F'

red 171 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #AB682F

Tints of Mai Tai #AB682F

RGB

 RED value IS 171 (67.19% from 255) = 53.11%

 GREEN value IS 104 (41.02% from 255) = 32.3%

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

R = 53.11%
G = 32.3%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB682F (or 0xAB682F) is known color: Mai Tai. HEX triplet: AB, 68 and 2F. RGB value is (171,104,47). Sum of RGB (Red+Green+Blue) = 171+104+47=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB682F is #5497D0. Grayscale: #757575. Windows color (decimal): -5543889 or 3106987. OLE color: 3106987.

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

Color convert

RGB 171 104 47 -
CMYK 0 0.39 0.73 0.33
HSL 27.58º 0.57% 0.43% -
HSV(B) 27.58º 0.73% 0.67% -
XYZ 22.26 18.76 5.14 -
YUV 117.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 171 104 47 0 0.39 0.73 0.33 27.58 0.57 0.43
Hex AB 68 2F 0 27 49 21 1C 39 2B
Octal 253 150 57 0 47 111 41 34 71 53
Binary 10101011 1101000 101111 0 100111 1001001 100001 11100 111001 101011

Color Harmonies of #AB682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB682F

Black with #AB682F

Text Example


Text Example

White with #AB682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB682F; }

 p { color: rgb(171,104,47); }

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

background-color css

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

 a { background-color: rgb(171,104,47); }

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

border-color css

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

 span { border-color: rgb(171,104,47); }

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