Html Css Color HEX #A3632A Mai Tai

📋 copy color: '#A3632A'

red 163 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #A3632A

Tints of Mai Tai #A3632A

RGB

 RED value IS 163 (64.06% from 255) = 53.62%

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

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

R = 53.62%
G = 32.57%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3632A (or 0xA3632A) is known color: Mai Tai. HEX triplet: A3, 63 and 2A. RGB value is (163,99,42). Sum of RGB (Red+Green+Blue) = 163+99+42=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3632A is #5C9CD5. Grayscale: #6F6F6F. Windows color (decimal): -6069462 or 2778019. OLE color: 2778019.

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

Color convert

RGB 163 99 42 -
CMYK 0 0.39 0.74 0.36
HSL 28.26º 0.59% 0.4% -
HSV(B) 28.26º 0.74% 0.64% -
XYZ 19.98 16.88 4.39 -
YUV 111.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 163 99 42 0 0.39 0.74 0.36 28.26 0.59 0.4
Hex A3 63 2A 0 27 4A 24 1C 3B 28
Octal 243 143 52 0 47 112 44 34 73 50
Binary 10100011 1100011 101010 0 100111 1001010 100100 11100 111011 101000

Color Harmonies of #A3632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3632A

Black with #A3632A

Text Example


Text Example

White with #A3632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3632A; }

 p { color: rgb(163,99,42); }

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

background-color css

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

 a { background-color: rgb(163,99,42); }

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

border-color css

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

 span { border-color: rgb(163,99,42); }

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