Html Css Color HEX #A7682F Mai Tai

📋 copy color: '#A7682F'

red 167 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #A7682F

Tints of Mai Tai #A7682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 52.52%
G = 32.7%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7682F (or 0xA7682F) is known color: Mai Tai. HEX triplet: A7, 68 and 2F. RGB value is (167,104,47). Sum of RGB (Red+Green+Blue) = 167+104+47=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A7682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7682F is #5897D0. Grayscale: #747474. Windows color (decimal): -5806033 or 3106983. OLE color: 3106983.

HSL color Cylindrical-coordinate representation of color #A7682F: hue angle of 28.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7682F is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 47 -
CMYK 0 0.38 0.72 0.35
HSL 28.5º 0.56% 0.42% -
HSV(B) 28.5º 0.72% 0.65% -
XYZ 21.4 18.32 5.1 -
YUV 116.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 167 104 47 0 0.38 0.72 0.35 28.5 0.56 0.42
Hex A7 68 2F 0 26 48 23 1C 38 2A
Octal 247 150 57 0 46 110 43 34 70 52
Binary 10100111 1101000 101111 0 100110 1001000 100011 11100 111000 101010

Color Harmonies of #A7682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7682F

Black with #A7682F

Text Example


Text Example

White with #A7682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7682F; }

 p { color: rgb(167,104,47); }

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

background-color css

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

 a { background-color: rgb(167,104,47); }

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

border-color css

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

 span { border-color: rgb(167,104,47); }

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