Html Css Color HEX #A2672A Mai Tai

📋 copy color: '#A2672A'

red 162 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #A2672A

Tints of Mai Tai #A2672A

RGB

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

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

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

R = 52.77%
G = 33.55%
B = 13.68%

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

#A2672A (or 0xA2672A) is known color: Mai Tai. HEX triplet: A2, 67 and 2A. RGB value is (162,103,42). Sum of RGB (Red+Green+Blue) = 162+103+42=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2672A is #5D98D5. Grayscale: #717171. Windows color (decimal): -6133974 or 2779042. OLE color: 2779042.

HSL color Cylindrical-coordinate representation of color #A2672A: hue angle of 30.5º 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 #A2672A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 42 -
CMYK 0 0.36 0.74 0.36
HSL 30.5º 0.59% 0.4% -
HSV(B) 30.5º 0.74% 0.64% -
XYZ 20.17 17.55 4.51 -
YUV 113.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 162 103 42 0 0.36 0.74 0.36 30.5 0.59 0.4
Hex A2 67 2A 0 24 4A 24 1E 3B 28
Octal 242 147 52 0 44 112 44 36 73 50
Binary 10100010 1100111 101010 0 100100 1001010 100100 11110 111011 101000

Color Harmonies of #A2672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2672A

Black with #A2672A

Text Example


Text Example

White with #A2672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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