Html Css Color HEX #A76536 Mai Tai

📋 copy color: '#A76536'

red 167 ◦ green 101 ◦ blue 54

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

Shades of Mai Tai #A76536

Tints of Mai Tai #A76536

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 51.86%
G = 31.37%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76536 (or 0xA76536) is known color: Mai Tai. HEX triplet: A7, 65 and 36. RGB value is (167,101,54). Sum of RGB (Red+Green+Blue) = 167+101+54=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A76536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76536 is #589AC9. Grayscale: #737373. Windows color (decimal): -5806794 or 3564967. OLE color: 3564967.

HSL color Cylindrical-coordinate representation of color #A76536: hue angle of 24.96º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A76536 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 54 -
CMYK 0 0.40 0.68 0.35
HSL 24.96º 0.51% 0.43% -
HSV(B) 24.96º 0.68% 0.65% -
XYZ 21.26 17.79 5.8 -
YUV 115.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 167 101 54 0 0.40 0.68 0.35 24.96 0.51 0.43
Hex A7 65 36 0 28 44 23 19 33 2B
Octal 247 145 66 0 50 104 43 31 63 53
Binary 10100111 1100101 110110 0 101000 1000100 100011 11001 110011 101011

Color Harmonies of #A76536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76536

Black with #A76536

Text Example


Text Example

White with #A76536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76536; }

 p { color: rgb(167,101,54); }

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

background-color css

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

 a { background-color: rgb(167,101,54); }

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

border-color css

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

 span { border-color: rgb(167,101,54); }

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