Html Css Color HEX #A0682F Mai Tai

📋 copy color: '#A0682F'

red 160 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #A0682F

Tints of Mai Tai #A0682F

RGB

 RED value IS 160 (62.89% from 255) = 51.45%

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

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

R = 51.45%
G = 33.44%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0682F (or 0xA0682F) is known color: Mai Tai. HEX triplet: A0, 68 and 2F. RGB value is (160,104,47). Sum of RGB (Red+Green+Blue) = 160+104+47=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0682F is #5F97D0. Grayscale: #727272. Windows color (decimal): -6264785 or 3106976. OLE color: 3106976.

HSL color Cylindrical-coordinate representation of color #A0682F: hue angle of 30.27º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0682F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 47 -
CMYK 0 0.35 0.71 0.37
HSL 30.27º 0.55% 0.41% -
HSV(B) 30.27º 0.71% 0.63% -
XYZ 19.96 17.58 5.03 -
YUV 114.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 160 104 47 0 0.35 0.71 0.37 30.27 0.55 0.41
Hex A0 68 2F 0 23 47 25 1E 37 29
Octal 240 150 57 0 43 107 45 36 67 51
Binary 10100000 1101000 101111 0 100011 1000111 100101 11110 110111 101001

Color Harmonies of #A0682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0682F

Black with #A0682F

Text Example


Text Example

White with #A0682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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