Html Css Color HEX #A9631F Mai Tai

📋 copy color: '#A9631F'

red 169 ◦ green 99 ◦ blue 31

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

Shades of Mai Tai #A9631F

Tints of Mai Tai #A9631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

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

R = 56.52%
G = 33.11%
B = 10.37%

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

#A9631F (or 0xA9631F) is known color: Mai Tai. HEX triplet: A9, 63 and 1F. RGB value is (169,99,31). Sum of RGB (Red+Green+Blue) = 169+99+31=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9631F is #569CE0. Grayscale: #707070. Windows color (decimal): -5676257 or 2057129. OLE color: 2057129.

HSL color Cylindrical-coordinate representation of color #A9631F: hue angle of 29.57º 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 #A9631F is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 31 -
CMYK 0 0.41 0.82 0.34
HSL 29.57º 0.69% 0.39% -
HSV(B) 29.57º 0.82% 0.66% -
XYZ 21.07 17.46 3.56 -
YUV 112.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 169 99 31 0 0.41 0.82 0.34 29.57 0.69 0.39
Hex A9 63 1F 0 29 52 22 1E 45 27
Octal 251 143 37 0 51 122 42 36 105 47
Binary 10101001 1100011 11111 0 101001 1010010 100010 11110 1000101 100111

Color Harmonies of #A9631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9631F

Black with #A9631F

Text Example


Text Example

White with #A9631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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