Html Css Color HEX #A66125 Mai Tai

📋 copy color: '#A66125'

red 166 ◦ green 97 ◦ blue 37

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

Shades of Mai Tai #A66125

Tints of Mai Tai #A66125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 55.33%
G = 32.33%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66125 (or 0xA66125) is known color: Mai Tai. HEX triplet: A6, 61 and 25. RGB value is (166,97,37). Sum of RGB (Red+Green+Blue) = 166+97+37=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A66125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66125 is #599EDA. Grayscale: #6F6F6F. Windows color (decimal): -5873371 or 2449830. OLE color: 2449830.

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

Color convert

RGB 166 97 37 -
CMYK 0 0.42 0.78 0.35
HSL 27.91º 0.64% 0.4% -
HSV(B) 27.91º 0.78% 0.65% -
XYZ 20.33 16.79 3.92 -
YUV 110.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 166 97 37 0 0.42 0.78 0.35 27.91 0.64 0.4
Hex A6 61 25 0 2A 4E 23 1C 40 28
Octal 246 141 45 0 52 116 43 34 100 50
Binary 10100110 1100001 100101 0 101010 1001110 100011 11100 1000000 101000

Color Harmonies of #A66125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66125

Black with #A66125

Text Example


Text Example

White with #A66125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66125; }

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

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

background-color css

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

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

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

border-color css

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

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

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