Html Css Color HEX #A65C2A Mai Tai

📋 copy color: '#A65C2A'

red 166 ◦ green 92 ◦ blue 42

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

Shades of Mai Tai #A65C2A

Tints of Mai Tai #A65C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 55.33%
G = 30.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A65C2A (or 0xA65C2A) is known color: Mai Tai. HEX triplet: A6, 5C and 2A. RGB value is (166,92,42). Sum of RGB (Red+Green+Blue) = 166+92+42=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C2A is #59A3D5. Grayscale: #6C6C6C. Windows color (decimal): -5874646 or 2776230. OLE color: 2776230.

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

Color convert

RGB 166 92 42 -
CMYK 0 0.45 0.75 0.35
HSL 24.19º 0.6% 0.41% -
HSV(B) 24.19º 0.75% 0.65% -
XYZ 19.97 15.93 4.21 -
YUV 108.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 166 92 42 0 0.45 0.75 0.35 24.19 0.6 0.41
Hex A6 5C 2A 0 2D 4B 23 18 3C 29
Octal 246 134 52 0 55 113 43 30 74 51
Binary 10100110 1011100 101010 0 101101 1001011 100011 11000 111100 101001

Color Harmonies of #A65C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C2A

Black with #A65C2A

Text Example


Text Example

White with #A65C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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