Html Css Color HEX #A86825 Mai Tai

📋 copy color: '#A86825'

red 168 ◦ green 104 ◦ blue 37

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

Shades of Mai Tai #A86825

Tints of Mai Tai #A86825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

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

R = 54.37%
G = 33.66%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A86825 (or 0xA86825) is known color: Mai Tai. HEX triplet: A8, 68 and 25. RGB value is (168,104,37). Sum of RGB (Red+Green+Blue) = 168+104+37=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A86825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86825 is #5797DA. Grayscale: #737373. Windows color (decimal): -5740507 or 2451624. OLE color: 2451624.

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

Color convert

RGB 168 104 37 -
CMYK 0 0.38 0.78 0.34
HSL 30.69º 0.64% 0.4% -
HSV(B) 30.69º 0.78% 0.66% -
XYZ 21.43 18.36 4.16 -
YUV 115.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 168 104 37 0 0.38 0.78 0.34 30.69 0.64 0.4
Hex A8 68 25 0 26 4E 22 1F 40 28
Octal 250 150 45 0 46 116 42 37 100 50
Binary 10101000 1101000 100101 0 100110 1001110 100010 11111 1000000 101000

Color Harmonies of #A86825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86825

Black with #A86825

Text Example


Text Example

White with #A86825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86825; }

 p { color: rgb(168,104,37); }

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

background-color css

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

 a { background-color: rgb(168,104,37); }

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

border-color css

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

 span { border-color: rgb(168,104,37); }

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