Html Css Color HEX #AB672A Mai Tai

📋 copy color: '#AB672A'

red 171 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #AB672A

Tints of Mai Tai #AB672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 54.11%
G = 32.59%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB672A (or 0xAB672A) is known color: Mai Tai. HEX triplet: AB, 67 and 2A. RGB value is (171,103,42). Sum of RGB (Red+Green+Blue) = 171+103+42=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB672A is #5498D5. Grayscale: #747474. Windows color (decimal): -5544150 or 2779051. OLE color: 2779051.

HSL color Cylindrical-coordinate representation of color #AB672A: hue angle of 28.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB672A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 42 -
CMYK 0 0.40 0.75 0.33
HSL 28.37º 0.61% 0.42% -
HSV(B) 28.37º 0.75% 0.67% -
XYZ 22.06 18.53 4.6 -
YUV 116.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 171 103 42 0 0.40 0.75 0.33 28.37 0.61 0.42
Hex AB 67 2A 0 28 4B 21 1C 3D 2A
Octal 253 147 52 0 50 113 41 34 75 52
Binary 10101011 1100111 101010 0 101000 1001011 100001 11100 111101 101010

Color Harmonies of #AB672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB672A

Black with #AB672A

Text Example


Text Example

White with #AB672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB672A; }

 p { color: rgb(171,103,42); }

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

background-color css

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

 a { background-color: rgb(171,103,42); }

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

border-color css

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

 span { border-color: rgb(171,103,42); }

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