Html Css Color HEX #A65C2C Mai Tai

📋 copy color: '#A65C2C'

red 166 ◦ green 92 ◦ blue 44

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

Shades of Mai Tai #A65C2C

Tints of Mai Tai #A65C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 54.97%
G = 30.46%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A65C2C (or 0xA65C2C) is known color: Mai Tai. HEX triplet: A6, 5C and 2C. RGB value is (166,92,44). Sum of RGB (Red+Green+Blue) = 166+92+44=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C2C is #59A3D3. Grayscale: #6C6C6C. Windows color (decimal): -5874644 or 2907302. OLE color: 2907302.

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

Color convert

RGB 166 92 44 -
CMYK 0 0.45 0.73 0.35
HSL 23.61º 0.58% 0.41% -
HSV(B) 23.61º 0.73% 0.65% -
XYZ 20.01 15.94 4.41 -
YUV 108.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 166 92 44 0 0.45 0.73 0.35 23.61 0.58 0.41
Hex A6 5C 2C 0 2D 49 23 18 3A 29
Octal 246 134 54 0 55 111 43 30 72 51
Binary 10100110 1011100 101100 0 101101 1001001 100011 11000 111010 101001

Color Harmonies of #A65C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C2C

Black with #A65C2C

Text Example


Text Example

White with #A65C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C2C; }

 p { color: rgb(166,92,44); }

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

background-color css

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

 a { background-color: rgb(166,92,44); }

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

border-color css

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

 span { border-color: rgb(166,92,44); }

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