Html Css Color HEX #A9641F Mai Tai

📋 copy color: '#A9641F'

red 169 ◦ green 100 ◦ blue 31

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

Shades of Mai Tai #A9641F

Tints of Mai Tai #A9641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 56.33%
G = 33.33%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9641F (or 0xA9641F) is known color: Mai Tai. HEX triplet: A9, 64 and 1F. RGB value is (169,100,31). Sum of RGB (Red+Green+Blue) = 169+100+31=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9641F is #569BE0. Grayscale: #717171. Windows color (decimal): -5676001 or 2057385. OLE color: 2057385.

HSL color Cylindrical-coordinate representation of color #A9641F: hue angle of 30º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9641F is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 31 -
CMYK 0 0.41 0.82 0.34
HSL 30º 0.69% 0.39% -
HSV(B) 30º 0.82% 0.66% -
XYZ 21.17 17.65 3.59 -
YUV 112.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 169 100 31 0 0.41 0.82 0.34 30 0.69 0.39
Hex A9 64 1F 0 29 52 22 1E 45 27
Octal 251 144 37 0 51 122 42 36 105 47
Binary 10101001 1100100 11111 0 101001 1010010 100010 11110 1000101 100111

Color Harmonies of #A9641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9641F

Black with #A9641F

Text Example


Text Example

White with #A9641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9641F; }

 p { color: rgb(169,100,31); }

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

background-color css

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

 a { background-color: rgb(169,100,31); }

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

border-color css

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

 span { border-color: rgb(169,100,31); }

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