Html Css Color HEX #A66725 Mai Tai

📋 copy color: '#A66725'

red 166 ◦ green 103 ◦ blue 37

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

Shades of Mai Tai #A66725

Tints of Mai Tai #A66725

RGB

 RED value IS 166 (65.23% from 255) = 54.25%

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

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

R = 54.25%
G = 33.66%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66725 (or 0xA66725) is known color: Mai Tai. HEX triplet: A6, 67 and 25. RGB value is (166,103,37). Sum of RGB (Red+Green+Blue) = 166+103+37=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A66725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66725 is #5998DA. Grayscale: #727272. Windows color (decimal): -5871835 or 2451366. OLE color: 2451366.

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

Color convert

RGB 166 103 37 -
CMYK 0 0.38 0.78 0.35
HSL 30.7º 0.64% 0.4% -
HSV(B) 30.7º 0.78% 0.65% -
XYZ 20.91 17.94 4.11 -
YUV 114.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 166 103 37 0 0.38 0.78 0.35 30.7 0.64 0.4
Hex A6 67 25 0 26 4E 23 1F 40 28
Octal 246 147 45 0 46 116 43 37 100 50
Binary 10100110 1100111 100101 0 100110 1001110 100011 11111 1000000 101000

Color Harmonies of #A66725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66725

Black with #A66725

Text Example


Text Example

White with #A66725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66725; }

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

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

background-color css

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

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

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

border-color css

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

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

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