Html Css Color HEX #A8601E Mai Tai

📋 copy color: '#A8601E'

red 168 ◦ green 96 ◦ blue 30

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

Shades of Mai Tai #A8601E

Tints of Mai Tai #A8601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 57.14%
G = 32.65%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8601E (or 0xA8601E) is known color: Mai Tai. HEX triplet: A8, 60 and 1E. RGB value is (168,96,30). Sum of RGB (Red+Green+Blue) = 168+96+30=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8601E is #579FE1. Grayscale: #6E6E6E. Windows color (decimal): -5742562 or 1990824. OLE color: 1990824.

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

Color convert

RGB 168 96 30 -
CMYK 0 0.43 0.82 0.34
HSL 28.7º 0.7% 0.39% -
HSV(B) 28.7º 0.82% 0.66% -
XYZ 20.57 16.78 3.38 -
YUV 110 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 168 96 30 0 0.43 0.82 0.34 28.7 0.7 0.39
Hex A8 60 1E 0 2B 52 22 1D 46 27
Octal 250 140 36 0 53 122 42 35 106 47
Binary 10101000 1100000 11110 0 101011 1010010 100010 11101 1000110 100111

Color Harmonies of #A8601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8601E

Black with #A8601E

Text Example


Text Example

White with #A8601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8601E; }

 p { color: rgb(168,96,30); }

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

background-color css

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

 a { background-color: rgb(168,96,30); }

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

border-color css

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

 span { border-color: rgb(168,96,30); }

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