Html Css Color HEX #A86228 Mai Tai

📋 copy color: '#A86228'

red 168 ◦ green 98 ◦ blue 40

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

Shades of Mai Tai #A86228

Tints of Mai Tai #A86228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 54.9%
G = 32.03%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A86228 (or 0xA86228) is known color: Mai Tai. HEX triplet: A8, 62 and 28. RGB value is (168,98,40). Sum of RGB (Red+Green+Blue) = 168+98+40=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A86228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86228 is #579DD7. Grayscale: #707070. Windows color (decimal): -5742040 or 2646696. OLE color: 2646696.

HSL color Cylindrical-coordinate representation of color #A86228: hue angle of 27.19º 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 #A86228 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 98 40 -
CMYK 0 0.42 0.76 0.34
HSL 27.19º 0.62% 0.41% -
HSV(B) 27.19º 0.76% 0.66% -
XYZ 20.9 17.21 4.23 -
YUV 112.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 168 98 40 0 0.42 0.76 0.34 27.19 0.62 0.41
Hex A8 62 28 0 2A 4C 22 1B 3E 29
Octal 250 142 50 0 52 114 42 33 76 51
Binary 10101000 1100010 101000 0 101010 1001100 100010 11011 111110 101001

Color Harmonies of #A86228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86228

Black with #A86228

Text Example


Text Example

White with #A86228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86228; }

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

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

background-color css

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

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

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

border-color css

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

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

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