Html Css Color HEX #AB692D Mai Tai

📋 copy color: '#AB692D'

red 171 ◦ green 105 ◦ blue 45

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

Shades of Mai Tai #AB692D

Tints of Mai Tai #AB692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 53.27%
G = 32.71%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB692D (or 0xAB692D) is known color: Mai Tai. HEX triplet: AB, 69 and 2D. RGB value is (171,105,45). Sum of RGB (Red+Green+Blue) = 171+105+45=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB692D is #5496D2. Grayscale: #767676. Windows color (decimal): -5543635 or 2976171. OLE color: 2976171.

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

Color convert

RGB 171 105 45 -
CMYK 0 0.39 0.74 0.33
HSL 28.57º 0.58% 0.42% -
HSV(B) 28.57º 0.74% 0.67% -
XYZ 22.32 18.95 4.96 -
YUV 117.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 171 105 45 0 0.39 0.74 0.33 28.57 0.58 0.42
Hex AB 69 2D 0 27 4A 21 1D 3A 2A
Octal 253 151 55 0 47 112 41 35 72 52
Binary 10101011 1101001 101101 0 100111 1001010 100001 11101 111010 101010

Color Harmonies of #AB692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB692D

Black with #AB692D

Text Example


Text Example

White with #AB692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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