Html Css Color HEX #A8672E Mai Tai

📋 copy color: '#A8672E'

red 168 ◦ green 103 ◦ blue 46

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

Shades of Mai Tai #A8672E

Tints of Mai Tai #A8672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 53%
G = 32.49%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8672E (or 0xA8672E) is known color: Mai Tai. HEX triplet: A8, 67 and 2E. RGB value is (168,103,46). Sum of RGB (Red+Green+Blue) = 168+103+46=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8672E is #5798D1. Grayscale: #747474. Windows color (decimal): -5740754 or 3041192. OLE color: 3041192.

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

Color convert

RGB 168 103 46 -
CMYK 0 0.39 0.73 0.34
HSL 28.03º 0.57% 0.42% -
HSV(B) 28.03º 0.73% 0.66% -
XYZ 21.49 18.22 4.97 -
YUV 115.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 168 103 46 0 0.39 0.73 0.34 28.03 0.57 0.42
Hex A8 67 2E 0 27 49 22 1C 39 2A
Octal 250 147 56 0 47 111 42 34 71 52
Binary 10101000 1100111 101110 0 100111 1001001 100010 11100 111001 101010

Color Harmonies of #A8672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8672E

Black with #A8672E

Text Example


Text Example

White with #A8672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8672E; }

 p { color: rgb(168,103,46); }

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

background-color css

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

 a { background-color: rgb(168,103,46); }

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

border-color css

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

 span { border-color: rgb(168,103,46); }

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