Html Css Color HEX #A35D29 Mai Tai

📋 copy color: '#A35D29'

red 163 ◦ green 93 ◦ blue 41

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

Shades of Mai Tai #A35D29

Tints of Mai Tai #A35D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 54.88%
G = 31.31%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A35D29 (or 0xA35D29) is known color: Mai Tai. HEX triplet: A3, 5D and 29. RGB value is (163,93,41). Sum of RGB (Red+Green+Blue) = 163+93+41=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D29 is #5CA2D6. Grayscale: #6C6C6C. Windows color (decimal): -6070999 or 2710947. OLE color: 2710947.

HSL color Cylindrical-coordinate representation of color #A35D29: hue angle of 25.57º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A35D29 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 93 41 -
CMYK 0 0.43 0.75 0.36
HSL 25.57º 0.6% 0.4% -
HSV(B) 25.57º 0.75% 0.64% -
XYZ 19.42 15.78 4.12 -
YUV 108 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 163 93 41 0 0.43 0.75 0.36 25.57 0.6 0.4
Hex A3 5D 29 0 2B 4B 24 1A 3C 28
Octal 243 135 51 0 53 113 44 32 74 50
Binary 10100011 1011101 101001 0 101011 1001011 100100 11010 111100 101000

Color Harmonies of #A35D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D29

Black with #A35D29

Text Example


Text Example

White with #A35D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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