Html Css Color HEX #A65C2E Mai Tai

📋 copy color: '#A65C2E'

red 166 ◦ green 92 ◦ blue 46

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

Shades of Mai Tai #A65C2E

Tints of Mai Tai #A65C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 54.61%
G = 30.26%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A65C2E (or 0xA65C2E) is known color: Mai Tai. HEX triplet: A6, 5C and 2E. RGB value is (166,92,46). Sum of RGB (Red+Green+Blue) = 166+92+46=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C2E is #59A3D1. Grayscale: #6D6D6D. Windows color (decimal): -5874642 or 3038374. OLE color: 3038374.

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

Color convert

RGB 166 92 46 -
CMYK 0 0.45 0.72 0.35
HSL 23º 0.57% 0.42% -
HSV(B) 23º 0.72% 0.65% -
XYZ 20.05 15.96 4.61 -
YUV 108.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 166 92 46 0 0.45 0.72 0.35 23 0.57 0.42
Hex A6 5C 2E 0 2D 48 23 17 39 2A
Octal 246 134 56 0 55 110 43 27 71 52
Binary 10100110 1011100 101110 0 101101 1001000 100011 10111 111001 101010

Color Harmonies of #A65C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C2E

Black with #A65C2E

Text Example


Text Example

White with #A65C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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