Html Css Color HEX #A65D2F Mai Tai

📋 copy color: '#A65D2F'

red 166 ◦ green 93 ◦ blue 47

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

Shades of Mai Tai #A65D2F

Tints of Mai Tai #A65D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 54.25%
G = 30.39%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A65D2F (or 0xA65D2F) is known color: Mai Tai. HEX triplet: A6, 5D and 2F. RGB value is (166,93,47). Sum of RGB (Red+Green+Blue) = 166+93+47=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D2F is #59A2D0. Grayscale: #6D6D6D. Windows color (decimal): -5874385 or 3104166. OLE color: 3104166.

HSL color Cylindrical-coordinate representation of color #A65D2F: hue angle of 23.19º degrees, saturation: 0.56, 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 #A65D2F is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 93 47 -
CMYK 0 0.44 0.72 0.35
HSL 23.19º 0.56% 0.42% -
HSV(B) 23.19º 0.72% 0.65% -
XYZ 20.15 16.14 4.74 -
YUV 109.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 166 93 47 0 0.44 0.72 0.35 23.19 0.56 0.42
Hex A6 5D 2F 0 2C 48 23 17 38 2A
Octal 246 135 57 0 54 110 43 27 70 52
Binary 10100110 1011101 101111 0 101100 1001000 100011 10111 111000 101010

Color Harmonies of #A65D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D2F

Black with #A65D2F

Text Example


Text Example

White with #A65D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D2F; }

 p { color: rgb(166,93,47); }

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

background-color css

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

 a { background-color: rgb(166,93,47); }

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

border-color css

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

 span { border-color: rgb(166,93,47); }

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