Html Css Color HEX #A66925 Mai Tai

📋 copy color: '#A66925'

red 166 ◦ green 105 ◦ blue 37

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

Shades of Mai Tai #A66925

Tints of Mai Tai #A66925

RGB

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

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

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

R = 53.9%
G = 34.09%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A66925 (or 0xA66925) is known color: Mai Tai. HEX triplet: A6, 69 and 25. RGB value is (166,105,37). Sum of RGB (Red+Green+Blue) = 166+105+37=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A66925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66925 is #5996DA. Grayscale: #737373. Windows color (decimal): -5871323 or 2451878. OLE color: 2451878.

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

Color convert

RGB 166 105 37 -
CMYK 0 0.37 0.78 0.35
HSL 31.63º 0.64% 0.4% -
HSV(B) 31.63º 0.78% 0.65% -
XYZ 21.11 18.34 4.18 -
YUV 115.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 166 105 37 0 0.37 0.78 0.35 31.63 0.64 0.4
Hex A6 69 25 0 25 4E 23 20 40 28
Octal 246 151 45 0 45 116 43 40 100 50
Binary 10100110 1101001 100101 0 100101 1001110 100011 100000 1000000 101000

Color Harmonies of #A66925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66925

Black with #A66925

Text Example


Text Example

White with #A66925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66925; }

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

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

background-color css

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

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

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

border-color css

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

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

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