Html Css Color HEX #A86328 Mai Tai

📋 copy color: '#A86328'

red 168 ◦ green 99 ◦ blue 40

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

Shades of Mai Tai #A86328

Tints of Mai Tai #A86328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 54.72%
G = 32.25%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A86328 (or 0xA86328) is known color: Mai Tai. HEX triplet: A8, 63 and 28. RGB value is (168,99,40). Sum of RGB (Red+Green+Blue) = 168+99+40=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A86328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86328 is #579CD7. Grayscale: #717171. Windows color (decimal): -5741784 or 2646952. OLE color: 2646952.

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

Color convert

RGB 168 99 40 -
CMYK 0 0.41 0.76 0.34
HSL 27.66º 0.62% 0.41% -
HSV(B) 27.66º 0.76% 0.66% -
XYZ 20.99 17.4 4.26 -
YUV 112.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 168 99 40 0 0.41 0.76 0.34 27.66 0.62 0.41
Hex A8 63 28 0 29 4C 22 1C 3E 29
Octal 250 143 50 0 51 114 42 34 76 51
Binary 10101000 1100011 101000 0 101001 1001100 100010 11100 111110 101001

Color Harmonies of #A86328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86328

Black with #A86328

Text Example


Text Example

White with #A86328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86328; }

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

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

background-color css

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

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

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

border-color css

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

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

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