Html Css Color HEX #AB612D Mai Tai

📋 copy color: '#AB612D'

red 171 ◦ green 97 ◦ blue 45

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

Shades of Mai Tai #AB612D

Tints of Mai Tai #AB612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 54.63%
G = 30.99%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB612D (or 0xAB612D) is known color: Mai Tai. HEX triplet: AB, 61 and 2D. RGB value is (171,97,45). Sum of RGB (Red+Green+Blue) = 171+97+45=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB612D is #549ED2. Grayscale: #717171. Windows color (decimal): -5545683 or 2974123. OLE color: 2974123.

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

Color convert

RGB 171 97 45 -
CMYK 0 0.43 0.74 0.33
HSL 24.76º 0.58% 0.42% -
HSV(B) 24.76º 0.74% 0.67% -
XYZ 21.54 17.4 4.71 -
YUV 113.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 171 97 45 0 0.43 0.74 0.33 24.76 0.58 0.42
Hex AB 61 2D 0 2B 4A 21 19 3A 2A
Octal 253 141 55 0 53 112 41 31 72 52
Binary 10101011 1100001 101101 0 101011 1001010 100001 11001 111010 101010

Color Harmonies of #AB612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB612D

Black with #AB612D

Text Example


Text Example

White with #AB612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB612D; }

 p { color: rgb(171,97,45); }

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

background-color css

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

 a { background-color: rgb(171,97,45); }

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

border-color css

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

 span { border-color: rgb(171,97,45); }

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