Html Css Color HEX #A3692E Mai Tai

📋 copy color: '#A3692E'

red 163 ◦ green 105 ◦ blue 46

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

Shades of Mai Tai #A3692E

Tints of Mai Tai #A3692E

RGB

 RED value IS 163 (64.06% from 255) = 51.91%

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 51.91%
G = 33.44%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3692E (or 0xA3692E) is known color: Mai Tai. HEX triplet: A3, 69 and 2E. RGB value is (163,105,46). Sum of RGB (Red+Green+Blue) = 163+105+46=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A3692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3692E is #5C96D1. Grayscale: #737373. Windows color (decimal): -6067922 or 3041699. OLE color: 3041699.

HSL color Cylindrical-coordinate representation of color #A3692E: hue angle of 30.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3692E is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 46 -
CMYK 0 0.36 0.72 0.36
HSL 30.26º 0.56% 0.41% -
HSV(B) 30.26º 0.72% 0.64% -
XYZ 20.65 18.09 4.99 -
YUV 115.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 163 105 46 0 0.36 0.72 0.36 30.26 0.56 0.41
Hex A3 69 2E 0 24 48 24 1E 38 29
Octal 243 151 56 0 44 110 44 36 70 51
Binary 10100011 1101001 101110 0 100100 1001000 100100 11110 111000 101001

Color Harmonies of #A3692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3692E

Black with #A3692E

Text Example


Text Example

White with #A3692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3692E; }

 p { color: rgb(163,105,46); }

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

background-color css

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

 a { background-color: rgb(163,105,46); }

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

border-color css

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

 span { border-color: rgb(163,105,46); }

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