Html Css Color HEX #A7642A Mai Tai

📋 copy color: '#A7642A'

red 167 ◦ green 100 ◦ blue 42

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

Shades of Mai Tai #A7642A

Tints of Mai Tai #A7642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 54.05%
G = 32.36%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7642A (or 0xA7642A) is known color: Mai Tai. HEX triplet: A7, 64 and 2A. RGB value is (167,100,42). Sum of RGB (Red+Green+Blue) = 167+100+42=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7642A is #589BD5. Grayscale: #717171. Windows color (decimal): -5807062 or 2778279. OLE color: 2778279.

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

Color convert

RGB 167 100 42 -
CMYK 0 0.40 0.75 0.35
HSL 27.84º 0.6% 0.41% -
HSV(B) 27.84º 0.75% 0.65% -
XYZ 20.91 17.5 4.47 -
YUV 113.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 167 100 42 0 0.40 0.75 0.35 27.84 0.6 0.41
Hex A7 64 2A 0 28 4B 23 1C 3C 29
Octal 247 144 52 0 50 113 43 34 74 51
Binary 10100111 1100100 101010 0 101000 1001011 100011 11100 111100 101001

Color Harmonies of #A7642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7642A

Black with #A7642A

Text Example


Text Example

White with #A7642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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