Html Css Color HEX #AB602D Mai Tai

📋 copy color: '#AB602D'

red 171 ◦ green 96 ◦ blue 45

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

Shades of Mai Tai #AB602D

Tints of Mai Tai #AB602D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 54.81%
G = 30.77%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB602D (or 0xAB602D) is known color: Mai Tai. HEX triplet: AB, 60 and 2D. RGB value is (171,96,45). Sum of RGB (Red+Green+Blue) = 171+96+45=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB602D is #549FD2. Grayscale: #707070. Windows color (decimal): -5545939 or 2973867. OLE color: 2973867.

HSL color Cylindrical-coordinate representation of color #AB602D: hue angle of 24.29º 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 #AB602D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 45 -
CMYK 0 0.44 0.74 0.33
HSL 24.29º 0.58% 0.42% -
HSV(B) 24.29º 0.74% 0.67% -
XYZ 21.45 17.21 4.67 -
YUV 112.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 171 96 45 0 0.44 0.74 0.33 24.29 0.58 0.42
Hex AB 60 2D 0 2C 4A 21 18 3A 2A
Octal 253 140 55 0 54 112 41 30 72 52
Binary 10101011 1100000 101101 0 101100 1001010 100001 11000 111010 101010

Color Harmonies of #AB602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB602D

Black with #AB602D

Text Example


Text Example

White with #AB602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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