Html Css Color HEX #A75C2D Mai Tai

📋 copy color: '#A75C2D'

red 167 ◦ green 92 ◦ blue 45

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

Shades of Mai Tai #A75C2D

Tints of Mai Tai #A75C2D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 54.93%
G = 30.26%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A75C2D (or 0xA75C2D) is known color: Mai Tai. HEX triplet: A7, 5C and 2D. RGB value is (167,92,45). Sum of RGB (Red+Green+Blue) = 167+92+45=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C2D is #58A3D2. Grayscale: #6D6D6D. Windows color (decimal): -5809107 or 2972839. OLE color: 2972839.

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

Color convert

RGB 167 92 45 -
CMYK 0 0.45 0.73 0.35
HSL 23.11º 0.58% 0.42% -
HSV(B) 23.11º 0.73% 0.65% -
XYZ 20.24 16.06 4.52 -
YUV 109.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 167 92 45 0 0.45 0.73 0.35 23.11 0.58 0.42
Hex A7 5C 2D 0 2D 49 23 17 3A 2A
Octal 247 134 55 0 55 111 43 27 72 52
Binary 10100111 1011100 101101 0 101101 1001001 100011 10111 111010 101010

Color Harmonies of #A75C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C2D

Black with #A75C2D

Text Example


Text Example

White with #A75C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C2D; }

 p { color: rgb(167,92,45); }

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

background-color css

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

 a { background-color: rgb(167,92,45); }

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

border-color css

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

 span { border-color: rgb(167,92,45); }

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