Html Css Color HEX #A65F29 Mai Tai

📋 copy color: '#A65F29'

red 166 ◦ green 95 ◦ blue 41

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

Shades of Mai Tai #A65F29

Tints of Mai Tai #A65F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 54.97%
G = 31.46%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A65F29 (or 0xA65F29) is known color: Mai Tai. HEX triplet: A6, 5F and 29. RGB value is (166,95,41). Sum of RGB (Red+Green+Blue) = 166+95+41=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F29 is #59A0D6. Grayscale: #6E6E6E. Windows color (decimal): -5873879 or 2711462. OLE color: 2711462.

HSL color Cylindrical-coordinate representation of color #A65F29: hue angle of 25.92º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65F29 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 41 -
CMYK 0 0.43 0.75 0.35
HSL 25.92º 0.6% 0.41% -
HSV(B) 25.92º 0.75% 0.65% -
XYZ 20.22 16.45 4.21 -
YUV 110.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 166 95 41 0 0.43 0.75 0.35 25.92 0.6 0.41
Hex A6 5F 29 0 2B 4B 23 1A 3C 29
Octal 246 137 51 0 53 113 43 32 74 51
Binary 10100110 1011111 101001 0 101011 1001011 100011 11010 111100 101001

Color Harmonies of #A65F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F29

Black with #A65F29

Text Example


Text Example

White with #A65F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F29; }

 p { color: rgb(166,95,41); }

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

background-color css

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

 a { background-color: rgb(166,95,41); }

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

border-color css

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

 span { border-color: rgb(166,95,41); }

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