Html Css Color HEX #A2682A Mai Tai

📋 copy color: '#A2682A'

red 162 ◦ green 104 ◦ blue 42

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

Shades of Mai Tai #A2682A

Tints of Mai Tai #A2682A

RGB

 RED value IS 162 (63.67% from 255) = 52.6%

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

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

R = 52.6%
G = 33.77%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2682A (or 0xA2682A) is known color: Mai Tai. HEX triplet: A2, 68 and 2A. RGB value is (162,104,42). Sum of RGB (Red+Green+Blue) = 162+104+42=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2682A is #5D97D5. Grayscale: #727272. Windows color (decimal): -6133718 or 2779298. OLE color: 2779298.

HSL color Cylindrical-coordinate representation of color #A2682A: hue angle of 31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2682A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 104 42 -
CMYK 0 0.36 0.74 0.36
HSL 31º 0.59% 0.4% -
HSV(B) 31º 0.74% 0.64% -
XYZ 20.27 17.75 4.55 -
YUV 114.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 162 104 42 0 0.36 0.74 0.36 31 0.59 0.4
Hex A2 68 2A 0 24 4A 24 1F 3B 28
Octal 242 150 52 0 44 112 44 37 73 50
Binary 10100010 1101000 101010 0 100100 1001010 100100 11111 111011 101000

Color Harmonies of #A2682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2682A

Black with #A2682A

Text Example


Text Example

White with #A2682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2682A; }

 p { color: rgb(162,104,42); }

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

background-color css

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

 a { background-color: rgb(162,104,42); }

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

border-color css

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

 span { border-color: rgb(162,104,42); }

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