Html Css Color HEX #AB6525 Mai Tai

📋 copy color: '#AB6525'

red 171 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #AB6525

Tints of Mai Tai #AB6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 55.34%
G = 32.69%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB6525 (or 0xAB6525) is known color: Mai Tai. HEX triplet: AB, 65 and 25. RGB value is (171,101,37). Sum of RGB (Red+Green+Blue) = 171+101+37=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6525 is #549ADA. Grayscale: #727272. Windows color (decimal): -5544667 or 2450859. OLE color: 2450859.

HSL color Cylindrical-coordinate representation of color #AB6525: hue angle of 28.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB6525 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 37 -
CMYK 0 0.41 0.78 0.33
HSL 28.66º 0.64% 0.41% -
HSV(B) 28.66º 0.78% 0.67% -
XYZ 21.78 18.1 4.1 -
YUV 114.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 171 101 37 0 0.41 0.78 0.33 28.66 0.64 0.41
Hex AB 65 25 0 29 4E 21 1D 40 29
Octal 253 145 45 0 51 116 41 35 100 51
Binary 10101011 1100101 100101 0 101001 1001110 100001 11101 1000000 101001

Color Harmonies of #AB6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6525

Black with #AB6525

Text Example


Text Example

White with #AB6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6525; }

 p { color: rgb(171,101,37); }

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

background-color css

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

 a { background-color: rgb(171,101,37); }

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

border-color css

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

 span { border-color: rgb(171,101,37); }

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