Html Css Color HEX #A7642B Mai Tai

📋 copy color: '#A7642B'

red 167 ◦ green 100 ◦ blue 43

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

Shades of Mai Tai #A7642B

Tints of Mai Tai #A7642B

RGB

 RED value IS 167 (65.63% from 255) = 53.87%

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 53.87%
G = 32.26%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7642B (or 0xA7642B) is known color: Mai Tai. HEX triplet: A7, 64 and 2B. RGB value is (167,100,43). Sum of RGB (Red+Green+Blue) = 167+100+43=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7642B is #589BD4. Grayscale: #717171. Windows color (decimal): -5807061 or 2843815. OLE color: 2843815.

HSL color Cylindrical-coordinate representation of color #A7642B: hue angle of 27.58º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7642B is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 43 -
CMYK 0 0.40 0.74 0.35
HSL 27.58º 0.59% 0.41% -
HSV(B) 27.58º 0.74% 0.65% -
XYZ 20.93 17.5 4.56 -
YUV 113.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 167 100 43 0 0.40 0.74 0.35 27.58 0.59 0.41
Hex A7 64 2B 0 28 4A 23 1C 3B 29
Octal 247 144 53 0 50 112 43 34 73 51
Binary 10100111 1100100 101011 0 101000 1001010 100011 11100 111011 101001

Color Harmonies of #A7642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7642B

Black with #A7642B

Text Example


Text Example

White with #A7642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7642B; }

 p { color: rgb(167,100,43); }

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

background-color css

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

 a { background-color: rgb(167,100,43); }

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

border-color css

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

 span { border-color: rgb(167,100,43); }

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