Html Css Color HEX #A86725 Mai Tai

📋 copy color: '#A86725'

red 168 ◦ green 103 ◦ blue 37

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

Shades of Mai Tai #A86725

Tints of Mai Tai #A86725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 54.55%
G = 33.44%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A86725 (or 0xA86725) is known color: Mai Tai. HEX triplet: A8, 67 and 25. RGB value is (168,103,37). Sum of RGB (Red+Green+Blue) = 168+103+37=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A86725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86725 is #5798DA. Grayscale: #737373. Windows color (decimal): -5740763 or 2451368. OLE color: 2451368.

HSL color Cylindrical-coordinate representation of color #A86725: hue angle of 30.23º 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 #A86725 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 37 -
CMYK 0 0.39 0.78 0.34
HSL 30.23º 0.64% 0.4% -
HSV(B) 30.23º 0.78% 0.66% -
XYZ 21.33 18.16 4.13 -
YUV 114.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 168 103 37 0 0.39 0.78 0.34 30.23 0.64 0.4
Hex A8 67 25 0 27 4E 22 1E 40 28
Octal 250 147 45 0 47 116 42 36 100 50
Binary 10101000 1100111 100101 0 100111 1001110 100010 11110 1000000 101000

Color Harmonies of #A86725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86725

Black with #A86725

Text Example


Text Example

White with #A86725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86725; }

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

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

background-color css

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

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

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

border-color css

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

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

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