Html Css Color HEX #A4693B Mai Tai

📋 copy color: '#A4693B'

red 164 ◦ green 105 ◦ blue 59

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

Shades of Mai Tai #A4693B

Tints of Mai Tai #A4693B

RGB

 RED value IS 164 (64.45% from 255) = 50%

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

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 50%
G = 32.01%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4693B (or 0xA4693B) is known color: Mai Tai. HEX triplet: A4, 69 and 3B. RGB value is (164,105,59). Sum of RGB (Red+Green+Blue) = 164+105+59=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693B is #5B96C4. Grayscale: #757575. Windows color (decimal): -6002373 or 3893668. OLE color: 3893668.

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

Color convert

RGB 164 105 59 -
CMYK 0 0.36 0.64 0.36
HSL 26.29º 0.47% 0.44% -
HSV(B) 26.29º 0.64% 0.64% -
XYZ 21.15 18.31 6.56 -
YUV 117.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 164 105 59 0 0.36 0.64 0.36 26.29 0.47 0.44
Hex A4 69 3B 0 24 40 24 1A 2F 2C
Octal 244 151 73 0 44 100 44 32 57 54
Binary 10100100 1101001 111011 0 100100 1000000 100100 11010 101111 101100

Color Harmonies of #A4693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4693B

Black with #A4693B

Text Example


Text Example

White with #A4693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4693B; }

 p { color: rgb(164,105,59); }

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

background-color css

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

 a { background-color: rgb(164,105,59); }

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

border-color css

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

 span { border-color: rgb(164,105,59); }

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