Html Css Color HEX #A36B35 Mai Tai

📋 copy color: '#A36B35'

red 163 ◦ green 107 ◦ blue 53

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

Shades of Mai Tai #A36B35

Tints of Mai Tai #A36B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 50.46%
G = 33.13%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A36B35 (or 0xA36B35) is known color: Mai Tai. HEX triplet: A3, 6B and 35. RGB value is (163,107,53). Sum of RGB (Red+Green+Blue) = 163+107+53=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B35 is #5C94CA. Grayscale: #757575. Windows color (decimal): -6067403 or 3500963. OLE color: 3500963.

HSL color Cylindrical-coordinate representation of color #A36B35: hue angle of 29.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A36B35 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 107 53 -
CMYK 0 0.34 0.67 0.36
HSL 29.45º 0.51% 0.42% -
HSV(B) 29.45º 0.67% 0.64% -
XYZ 21 18.56 5.84 -
YUV 117.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 163 107 53 0 0.34 0.67 0.36 29.45 0.51 0.42
Hex A3 6B 35 0 22 43 24 1D 33 2A
Octal 243 153 65 0 42 103 44 35 63 52
Binary 10100011 1101011 110101 0 100010 1000011 100100 11101 110011 101010

Color Harmonies of #A36B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B35

Black with #A36B35

Text Example


Text Example

White with #A36B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B35; }

 p { color: rgb(163,107,53); }

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

background-color css

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

 a { background-color: rgb(163,107,53); }

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

border-color css

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

 span { border-color: rgb(163,107,53); }

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