Html Css Color HEX #A75D2C Mai Tai

📋 copy color: '#A75D2C'

red 167 ◦ green 93 ◦ blue 44

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

Shades of Mai Tai #A75D2C

Tints of Mai Tai #A75D2C

RGB

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

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

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

R = 54.93%
G = 30.59%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A75D2C (or 0xA75D2C) is known color: Mai Tai. HEX triplet: A7, 5D and 2C. RGB value is (167,93,44). Sum of RGB (Red+Green+Blue) = 167+93+44=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D2C is #58A2D3. Grayscale: #6D6D6D. Windows color (decimal): -5808852 or 2907559. OLE color: 2907559.

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

Color convert

RGB 167 93 44 -
CMYK 0 0.44 0.74 0.35
HSL 23.9º 0.58% 0.41% -
HSV(B) 23.9º 0.74% 0.65% -
XYZ 20.31 16.23 4.44 -
YUV 109.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 167 93 44 0 0.44 0.74 0.35 23.9 0.58 0.41
Hex A7 5D 2C 0 2C 4A 23 18 3A 29
Octal 247 135 54 0 54 112 43 30 72 51
Binary 10100111 1011101 101100 0 101100 1001010 100011 11000 111010 101001

Color Harmonies of #A75D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D2C

Black with #A75D2C

Text Example


Text Example

White with #A75D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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