Html Css Color HEX #A9682F Mai Tai

📋 copy color: '#A9682F'

red 169 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #A9682F

Tints of Mai Tai #A9682F

RGB

 RED value IS 169 (66.41% from 255) = 52.81%

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 52.81%
G = 32.5%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A9682F (or 0xA9682F) is known color: Mai Tai. HEX triplet: A9, 68 and 2F. RGB value is (169,104,47). Sum of RGB (Red+Green+Blue) = 169+104+47=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A9682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9682F is #5697D0. Grayscale: #757575. Windows color (decimal): -5674961 or 3106985. OLE color: 3106985.

HSL color Cylindrical-coordinate representation of color #A9682F: hue angle of 28.03º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9682F is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 47 -
CMYK 0 0.38 0.72 0.34
HSL 28.03º 0.56% 0.42% -
HSV(B) 28.03º 0.72% 0.66% -
XYZ 21.83 18.54 5.12 -
YUV 116.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 169 104 47 0 0.38 0.72 0.34 28.03 0.56 0.42
Hex A9 68 2F 0 26 48 22 1C 38 2A
Octal 251 150 57 0 46 110 42 34 70 52
Binary 10101001 1101000 101111 0 100110 1001000 100010 11100 111000 101010

Color Harmonies of #A9682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9682F

Black with #A9682F

Text Example


Text Example

White with #A9682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9682F; }

 p { color: rgb(169,104,47); }

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

background-color css

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

 a { background-color: rgb(169,104,47); }

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

border-color css

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

 span { border-color: rgb(169,104,47); }

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