Html Css Color HEX #A76030 Mai Tai

📋 copy color: '#A76030'

red 167 ◦ green 96 ◦ blue 48

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

Shades of Mai Tai #A76030

Tints of Mai Tai #A76030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 53.7%
G = 30.87%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A76030 (or 0xA76030) is known color: Mai Tai. HEX triplet: A7, 60 and 30. RGB value is (167,96,48). Sum of RGB (Red+Green+Blue) = 167+96+48=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A76030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76030 is #589FCF. Grayscale: #707070. Windows color (decimal): -5808080 or 3170471. OLE color: 3170471.

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

Color convert

RGB 167 96 48 -
CMYK 0 0.43 0.71 0.35
HSL 24.2º 0.55% 0.42% -
HSV(B) 24.2º 0.71% 0.65% -
XYZ 20.65 16.79 4.95 -
YUV 111.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 167 96 48 0 0.43 0.71 0.35 24.2 0.55 0.42
Hex A7 60 30 0 2B 47 23 18 37 2A
Octal 247 140 60 0 53 107 43 30 67 52
Binary 10100111 1100000 110000 0 101011 1000111 100011 11000 110111 101010

Color Harmonies of #A76030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76030

Black with #A76030

Text Example


Text Example

White with #A76030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76030; }

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

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

background-color css

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

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

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

border-color css

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

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

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