Html Css Color HEX #A76425 Mai Tai

📋 copy color: '#A76425'

red 167 ◦ green 100 ◦ blue 37

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

Shades of Mai Tai #A76425

Tints of Mai Tai #A76425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 54.93%
G = 32.89%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A76425 (or 0xA76425) is known color: Mai Tai. HEX triplet: A7, 64 and 25. RGB value is (167,100,37). Sum of RGB (Red+Green+Blue) = 167+100+37=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A76425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76425 is #589BDA. Grayscale: #717171. Windows color (decimal): -5807067 or 2450599. OLE color: 2450599.

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

Color convert

RGB 167 100 37 -
CMYK 0 0.40 0.78 0.35
HSL 29.08º 0.64% 0.4% -
HSV(B) 29.08º 0.78% 0.65% -
XYZ 20.83 17.46 4.02 -
YUV 112.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 167 100 37 0 0.40 0.78 0.35 29.08 0.64 0.4
Hex A7 64 25 0 28 4E 23 1D 40 28
Octal 247 144 45 0 50 116 43 35 100 50
Binary 10100111 1100100 100101 0 101000 1001110 100011 11101 1000000 101000

Color Harmonies of #A76425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76425

Black with #A76425

Text Example


Text Example

White with #A76425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76425; }

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

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

background-color css

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

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

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

border-color css

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

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

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