Html Css Color HEX #A76726 Mai Tai

📋 copy color: '#A76726'

red 167 ◦ green 103 ◦ blue 38

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

Shades of Mai Tai #A76726

Tints of Mai Tai #A76726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 54.22%
G = 33.44%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A76726 (or 0xA76726) is known color: Mai Tai. HEX triplet: A7, 67 and 26. RGB value is (167,103,38). Sum of RGB (Red+Green+Blue) = 167+103+38=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A76726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76726 is #5898D9. Grayscale: #737373. Windows color (decimal): -5806298 or 2516903. OLE color: 2516903.

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

Color convert

RGB 167 103 38 -
CMYK 0 0.38 0.77 0.35
HSL 30.23º 0.63% 0.4% -
HSV(B) 30.23º 0.77% 0.65% -
XYZ 21.14 18.06 4.2 -
YUV 114.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 167 103 38 0 0.38 0.77 0.35 30.23 0.63 0.4
Hex A7 67 26 0 26 4D 23 1E 3F 28
Octal 247 147 46 0 46 115 43 36 77 50
Binary 10100111 1100111 100110 0 100110 1001101 100011 11110 111111 101000

Color Harmonies of #A76726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76726

Black with #A76726

Text Example


Text Example

White with #A76726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76726; }

 p { color: rgb(167,103,38); }

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

background-color css

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

 a { background-color: rgb(167,103,38); }

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

border-color css

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

 span { border-color: rgb(167,103,38); }

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