Html Css Color HEX #A86334 Mai Tai

📋 copy color: '#A86334'

red 168 ◦ green 99 ◦ blue 52

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

Shades of Mai Tai #A86334

Tints of Mai Tai #A86334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 52.66%
G = 31.03%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A86334 (or 0xA86334) is known color: Mai Tai. HEX triplet: A8, 63 and 34. RGB value is (168,99,52). Sum of RGB (Red+Green+Blue) = 168+99+52=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A86334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86334 is #579CCB. Grayscale: #727272. Windows color (decimal): -5741772 or 3433384. OLE color: 3433384.

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

Color convert

RGB 168 99 52 -
CMYK 0 0.41 0.69 0.34
HSL 24.31º 0.53% 0.43% -
HSV(B) 24.31º 0.69% 0.66% -
XYZ 21.23 17.5 5.51 -
YUV 114.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 168 99 52 0 0.41 0.69 0.34 24.31 0.53 0.43
Hex A8 63 34 0 29 45 22 18 35 2B
Octal 250 143 64 0 51 105 42 30 65 53
Binary 10101000 1100011 110100 0 101001 1000101 100010 11000 110101 101011

Color Harmonies of #A86334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86334

Black with #A86334

Text Example


Text Example

White with #A86334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86334; }

 p { color: rgb(168,99,52); }

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

background-color css

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

 a { background-color: rgb(168,99,52); }

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

border-color css

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

 span { border-color: rgb(168,99,52); }

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