Html Css Color HEX #A76130 Mai Tai

📋 copy color: '#A76130'

red 167 ◦ green 97 ◦ blue 48

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

Shades of Mai Tai #A76130

Tints of Mai Tai #A76130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 53.53%
G = 31.09%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A76130 (or 0xA76130) is known color: Mai Tai. HEX triplet: A7, 61 and 30. RGB value is (167,97,48). Sum of RGB (Red+Green+Blue) = 167+97+48=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A76130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76130 is #589ECF. Grayscale: #707070. Windows color (decimal): -5807824 or 3170727. OLE color: 3170727.

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

Color convert

RGB 167 97 48 -
CMYK 0 0.42 0.71 0.35
HSL 24.71º 0.55% 0.42% -
HSV(B) 24.71º 0.71% 0.65% -
XYZ 20.74 16.98 4.98 -
YUV 112.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 167 97 48 0 0.42 0.71 0.35 24.71 0.55 0.42
Hex A7 61 30 0 2A 47 23 19 37 2A
Octal 247 141 60 0 52 107 43 31 67 52
Binary 10100111 1100001 110000 0 101010 1000111 100011 11001 110111 101010

Color Harmonies of #A76130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76130

Black with #A76130

Text Example


Text Example

White with #A76130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76130; }

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

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

background-color css

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

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

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

border-color css

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

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

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