Html Css Color HEX #A35E2C Mai Tai

📋 copy color: '#A35E2C'

red 163 ◦ green 94 ◦ blue 44

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

Shades of Mai Tai #A35E2C

Tints of Mai Tai #A35E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 54.15%
G = 31.23%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A35E2C (or 0xA35E2C) is known color: Mai Tai. HEX triplet: A3, 5E and 2C. RGB value is (163,94,44). Sum of RGB (Red+Green+Blue) = 163+94+44=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35E2C is #5CA1D3. Grayscale: #6D6D6D. Windows color (decimal): -6070740 or 2907811. OLE color: 2907811.

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

Color convert

RGB 163 94 44 -
CMYK 0 0.42 0.73 0.36
HSL 25.21º 0.57% 0.41% -
HSV(B) 25.21º 0.73% 0.64% -
XYZ 19.56 15.97 4.44 -
YUV 108.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 163 94 44 0 0.42 0.73 0.36 25.21 0.57 0.41
Hex A3 5E 2C 0 2A 49 24 19 39 29
Octal 243 136 54 0 52 111 44 31 71 51
Binary 10100011 1011110 101100 0 101010 1001001 100100 11001 111001 101001

Color Harmonies of #A35E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E2C

Black with #A35E2C

Text Example


Text Example

White with #A35E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E2C; }

 p { color: rgb(163,94,44); }

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

background-color css

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

 a { background-color: rgb(163,94,44); }

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

border-color css

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

 span { border-color: rgb(163,94,44); }

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