Html Css Color HEX #A76133 Mai Tai

📋 copy color: '#A76133'

red 167 ◦ green 97 ◦ blue 51

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

Shades of Mai Tai #A76133

Tints of Mai Tai #A76133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 53.02%
G = 30.79%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A76133 (or 0xA76133) is known color: Mai Tai. HEX triplet: A7, 61 and 33. RGB value is (167,97,51). Sum of RGB (Red+Green+Blue) = 167+97+51=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A76133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76133 is #589ECC. Grayscale: #707070. Windows color (decimal): -5807821 or 3367335. OLE color: 3367335.

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

Color convert

RGB 167 97 51 -
CMYK 0 0.42 0.69 0.35
HSL 23.79º 0.53% 0.43% -
HSV(B) 23.79º 0.69% 0.65% -
XYZ 20.81 17 5.32 -
YUV 112.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 167 97 51 0 0.42 0.69 0.35 23.79 0.53 0.43
Hex A7 61 33 0 2A 45 23 18 35 2B
Octal 247 141 63 0 52 105 43 30 65 53
Binary 10100111 1100001 110011 0 101010 1000101 100011 11000 110101 101011

Color Harmonies of #A76133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76133

Black with #A76133

Text Example


Text Example

White with #A76133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76133; }

 p { color: rgb(167,97,51); }

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

background-color css

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

 a { background-color: rgb(167,97,51); }

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

border-color css

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

 span { border-color: rgb(167,97,51); }

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