Html Css Color HEX #A8682B Mai Tai

📋 copy color: '#A8682B'

red 168 ◦ green 104 ◦ blue 43

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

Shades of Mai Tai #A8682B

Tints of Mai Tai #A8682B

RGB

 RED value IS 168 (66.02% from 255) = 53.33%

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 53.33%
G = 33.02%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8682B (or 0xA8682B) is known color: Mai Tai. HEX triplet: A8, 68 and 2B. RGB value is (168,104,43). Sum of RGB (Red+Green+Blue) = 168+104+43=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8682B is #5797D4. Grayscale: #747474. Windows color (decimal): -5740501 or 2844840. OLE color: 2844840.

HSL color Cylindrical-coordinate representation of color #A8682B: hue angle of 29.28º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8682B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 43 -
CMYK 0 0.38 0.74 0.34
HSL 29.28º 0.59% 0.41% -
HSV(B) 29.28º 0.74% 0.66% -
XYZ 21.53 18.4 4.7 -
YUV 116.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 168 104 43 0 0.38 0.74 0.34 29.28 0.59 0.41
Hex A8 68 2B 0 26 4A 22 1D 3B 29
Octal 250 150 53 0 46 112 42 35 73 51
Binary 10101000 1101000 101011 0 100110 1001010 100010 11101 111011 101001

Color Harmonies of #A8682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8682B

Black with #A8682B

Text Example


Text Example

White with #A8682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8682B; }

 p { color: rgb(168,104,43); }

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

background-color css

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

 a { background-color: rgb(168,104,43); }

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

border-color css

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

 span { border-color: rgb(168,104,43); }

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