Html Css Color HEX #A76327 Mai Tai

📋 copy color: '#A76327'

red 167 ◦ green 99 ◦ blue 39

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

Shades of Mai Tai #A76327

Tints of Mai Tai #A76327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 54.75%
G = 32.46%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A76327 (or 0xA76327) is known color: Mai Tai. HEX triplet: A7, 63 and 27. RGB value is (167,99,39). Sum of RGB (Red+Green+Blue) = 167+99+39=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A76327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76327 is #589CD8. Grayscale: #707070. Windows color (decimal): -5807321 or 2581415. OLE color: 2581415.

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

Color convert

RGB 167 99 39 -
CMYK 0 0.41 0.77 0.35
HSL 28.13º 0.62% 0.4% -
HSV(B) 28.13º 0.77% 0.65% -
XYZ 20.76 17.29 4.16 -
YUV 112.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 167 99 39 0 0.41 0.77 0.35 28.13 0.62 0.4
Hex A7 63 27 0 29 4D 23 1C 3E 28
Octal 247 143 47 0 51 115 43 34 76 50
Binary 10100111 1100011 100111 0 101001 1001101 100011 11100 111110 101000

Color Harmonies of #A76327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76327

Black with #A76327

Text Example


Text Example

White with #A76327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76327; }

 p { color: rgb(167,99,39); }

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

background-color css

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

 a { background-color: rgb(167,99,39); }

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

border-color css

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

 span { border-color: rgb(167,99,39); }

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