Html Css Color HEX #A7672A Mai Tai

📋 copy color: '#A7672A'

red 167 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #A7672A

Tints of Mai Tai #A7672A

RGB

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

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

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

R = 53.53%
G = 33.01%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7672A (or 0xA7672A) is known color: Mai Tai. HEX triplet: A7, 67 and 2A. RGB value is (167,103,42). Sum of RGB (Red+Green+Blue) = 167+103+42=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7672A is #5898D5. Grayscale: #737373. Windows color (decimal): -5806294 or 2779047. OLE color: 2779047.

HSL color Cylindrical-coordinate representation of color #A7672A: hue angle of 29.28º 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 #A7672A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 42 -
CMYK 0 0.38 0.75 0.35
HSL 29.28º 0.6% 0.41% -
HSV(B) 29.28º 0.75% 0.65% -
XYZ 21.2 18.08 4.56 -
YUV 115.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 167 103 42 0 0.38 0.75 0.35 29.28 0.6 0.41
Hex A7 67 2A 0 26 4B 23 1D 3C 29
Octal 247 147 52 0 46 113 43 35 74 51
Binary 10100111 1100111 101010 0 100110 1001011 100011 11101 111100 101001

Color Harmonies of #A7672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7672A

Black with #A7672A

Text Example


Text Example

White with #A7672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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