Html Css Color HEX #AB6830 Mai Tai

📋 copy color: '#AB6830'

red 171 ◦ green 104 ◦ blue 48

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

Shades of Mai Tai #AB6830

Tints of Mai Tai #AB6830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 52.94%
G = 32.2%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB6830 (or 0xAB6830) is known color: Mai Tai. HEX triplet: AB, 68 and 30. RGB value is (171,104,48). Sum of RGB (Red+Green+Blue) = 171+104+48=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6830 is #5497CF. Grayscale: #757575. Windows color (decimal): -5543888 or 3172523. OLE color: 3172523.

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

Color convert

RGB 171 104 48 -
CMYK 0 0.39 0.72 0.33
HSL 27.32º 0.56% 0.43% -
HSV(B) 27.32º 0.72% 0.67% -
XYZ 22.28 18.77 5.25 -
YUV 117.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 171 104 48 0 0.39 0.72 0.33 27.32 0.56 0.43
Hex AB 68 30 0 27 48 21 1B 38 2B
Octal 253 150 60 0 47 110 41 33 70 53
Binary 10101011 1101000 110000 0 100111 1001000 100001 11011 111000 101011

Color Harmonies of #AB6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6830

Black with #AB6830

Text Example


Text Example

White with #AB6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6830; }

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

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

background-color css

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

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

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

border-color css

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

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

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