Html Css Color HEX #A0632B Mai Tai

📋 copy color: '#A0632B'

red 160 ◦ green 99 ◦ blue 43

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

Shades of Mai Tai #A0632B

Tints of Mai Tai #A0632B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 52.98%
G = 32.78%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0632B (or 0xA0632B) is known color: Mai Tai. HEX triplet: A0, 63 and 2B. RGB value is (160,99,43). Sum of RGB (Red+Green+Blue) = 160+99+43=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0632B is #5F9CD4. Grayscale: #6F6F6F. Windows color (decimal): -6266069 or 2843552. OLE color: 2843552.

HSL color Cylindrical-coordinate representation of color #A0632B: hue angle of 28.72º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0632B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 43 -
CMYK 0 0.38 0.73 0.37
HSL 28.72º 0.58% 0.4% -
HSV(B) 28.72º 0.73% 0.63% -
XYZ 19.4 16.57 4.46 -
YUV 110.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 160 99 43 0 0.38 0.73 0.37 28.72 0.58 0.4
Hex A0 63 2B 0 26 49 25 1D 3A 28
Octal 240 143 53 0 46 111 45 35 72 50
Binary 10100000 1100011 101011 0 100110 1001001 100101 11101 111010 101000

Color Harmonies of #A0632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0632B

Black with #A0632B

Text Example


Text Example

White with #A0632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0632B; }

 p { color: rgb(160,99,43); }

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

background-color css

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

 a { background-color: rgb(160,99,43); }

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

border-color css

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

 span { border-color: rgb(160,99,43); }

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