Html Css Color HEX #A35D2C Mai Tai

📋 copy color: '#A35D2C'

red 163 ◦ green 93 ◦ blue 44

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

Shades of Mai Tai #A35D2C

Tints of Mai Tai #A35D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 54.33%
G = 31%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A35D2C (or 0xA35D2C) is known color: Mai Tai. HEX triplet: A3, 5D and 2C. RGB value is (163,93,44). Sum of RGB (Red+Green+Blue) = 163+93+44=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D2C is #5CA2D3. Grayscale: #6C6C6C. Windows color (decimal): -6070996 or 2907555. OLE color: 2907555.

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

Color convert

RGB 163 93 44 -
CMYK 0 0.43 0.73 0.36
HSL 24.71º 0.57% 0.41% -
HSV(B) 24.71º 0.73% 0.64% -
XYZ 19.47 15.8 4.41 -
YUV 108.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 163 93 44 0 0.43 0.73 0.36 24.71 0.57 0.41
Hex A3 5D 2C 0 2B 49 24 19 39 29
Octal 243 135 54 0 53 111 44 31 71 51
Binary 10100011 1011101 101100 0 101011 1001001 100100 11001 111001 101001

Color Harmonies of #A35D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D2C

Black with #A35D2C

Text Example


Text Example

White with #A35D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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