Html Css Color HEX #A86930 Mai Tai

📋 copy color: '#A86930'

red 168 ◦ green 105 ◦ blue 48

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

Shades of Mai Tai #A86930

Tints of Mai Tai #A86930

RGB

 RED value IS 168 (66.02% from 255) = 52.34%

 GREEN value IS 105 (41.41% from 255) = 32.71%

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

R = 52.34%
G = 32.71%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A86930 (or 0xA86930) is known color: Mai Tai. HEX triplet: A8, 69 and 30. RGB value is (168,105,48). Sum of RGB (Red+Green+Blue) = 168+105+48=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A86930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86930 is #5796CF. Grayscale: #757575. Windows color (decimal): -5740240 or 3172776. OLE color: 3172776.

HSL color Cylindrical-coordinate representation of color #A86930: hue angle of 28.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A86930 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 48 -
CMYK 0 0.38 0.71 0.34
HSL 28.5º 0.56% 0.42% -
HSV(B) 28.5º 0.71% 0.66% -
XYZ 21.73 18.64 5.25 -
YUV 117.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 168 105 48 0 0.38 0.71 0.34 28.5 0.56 0.42
Hex A8 69 30 0 26 47 22 1C 38 2A
Octal 250 151 60 0 46 107 42 34 70 52
Binary 10101000 1101001 110000 0 100110 1000111 100010 11100 111000 101010

Color Harmonies of #A86930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86930

Black with #A86930

Text Example


Text Example

White with #A86930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86930; }

 p { color: rgb(168,105,48); }

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

background-color css

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

 a { background-color: rgb(168,105,48); }

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

border-color css

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

 span { border-color: rgb(168,105,48); }

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