Html Css Color HEX #A75D29 Mai Tai

📋 copy color: '#A75D29'

red 167 ◦ green 93 ◦ blue 41

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

Shades of Mai Tai #A75D29

Tints of Mai Tai #A75D29

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

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

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

R = 55.48%
G = 30.9%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A75D29 (or 0xA75D29) is known color: Mai Tai. HEX triplet: A7, 5D and 29. RGB value is (167,93,41). Sum of RGB (Red+Green+Blue) = 167+93+41=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D29 is #58A2D6. Grayscale: #6D6D6D. Windows color (decimal): -5808855 or 2710951. OLE color: 2710951.

HSL color Cylindrical-coordinate representation of color #A75D29: hue angle of 24.76º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A75D29 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 93 41 -
CMYK 0 0.44 0.75 0.35
HSL 24.76º 0.61% 0.41% -
HSV(B) 24.76º 0.75% 0.65% -
XYZ 20.25 16.2 4.16 -
YUV 109.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 167 93 41 0 0.44 0.75 0.35 24.76 0.61 0.41
Hex A7 5D 29 0 2C 4B 23 19 3D 29
Octal 247 135 51 0 54 113 43 31 75 51
Binary 10100111 1011101 101001 0 101100 1001011 100011 11001 111101 101001

Color Harmonies of #A75D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D29

Black with #A75D29

Text Example


Text Example

White with #A75D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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