Html Css Color HEX #A76530 Mai Tai

📋 copy color: '#A76530'

red 167 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #A76530

Tints of Mai Tai #A76530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 52.85%
G = 31.96%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A76530 (or 0xA76530) is known color: Mai Tai. HEX triplet: A7, 65 and 30. RGB value is (167,101,48). Sum of RGB (Red+Green+Blue) = 167+101+48=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A76530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76530 is #589ACF. Grayscale: #727272. Windows color (decimal): -5806800 or 3171751. OLE color: 3171751.

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

Color convert

RGB 167 101 48 -
CMYK 0 0.40 0.71 0.35
HSL 26.72º 0.55% 0.42% -
HSV(B) 26.72º 0.71% 0.65% -
XYZ 21.12 17.74 5.11 -
YUV 114.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 167 101 48 0 0.40 0.71 0.35 26.72 0.55 0.42
Hex A7 65 30 0 28 47 23 1B 37 2A
Octal 247 145 60 0 50 107 43 33 67 52
Binary 10100111 1100101 110000 0 101000 1000111 100011 11011 110111 101010

Color Harmonies of #A76530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76530

Black with #A76530

Text Example


Text Example

White with #A76530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76530; }

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

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

background-color css

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

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

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

border-color css

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

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

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