Html Css Color HEX #A76427 Mai Tai

📋 copy color: '#A76427'

red 167 ◦ green 100 ◦ blue 39

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

Shades of Mai Tai #A76427

Tints of Mai Tai #A76427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 54.58%
G = 32.68%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A76427 (or 0xA76427) is known color: Mai Tai. HEX triplet: A7, 64 and 27. RGB value is (167,100,39). Sum of RGB (Red+Green+Blue) = 167+100+39=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A76427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76427 is #589BD8. Grayscale: #717171. Windows color (decimal): -5807065 or 2581671. OLE color: 2581671.

HSL color Cylindrical-coordinate representation of color #A76427: hue angle of 28.59º 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 #A76427 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 39 -
CMYK 0 0.40 0.77 0.35
HSL 28.59º 0.62% 0.4% -
HSV(B) 28.59º 0.77% 0.65% -
XYZ 20.86 17.48 4.19 -
YUV 113.08 86.2 166.46 -
System Red Green Blue C M Y K H S L
Decimal 167 100 39 0 0.40 0.77 0.35 28.59 0.62 0.4
Hex A7 64 27 0 28 4D 23 1D 3E 28
Octal 247 144 47 0 50 115 43 35 76 50
Binary 10100111 1100100 100111 0 101000 1001101 100011 11101 111110 101000

Color Harmonies of #A76427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76427

Black with #A76427

Text Example


Text Example

White with #A76427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76427; }

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

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

background-color css

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

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

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

border-color css

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

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

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