Html Css Color HEX #A96430 Mai Tai

📋 copy color: '#A96430'

red 169 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #A96430

Tints of Mai Tai #A96430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 53.31%
G = 31.55%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A96430 (or 0xA96430) is known color: Mai Tai. HEX triplet: A9, 64 and 30. RGB value is (169,100,48). Sum of RGB (Red+Green+Blue) = 169+100+48=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A96430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96430 is #569BCF. Grayscale: #727272. Windows color (decimal): -5675984 or 3171497. OLE color: 3171497.

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

Color convert

RGB 169 100 48 -
CMYK 0 0.41 0.72 0.34
HSL 25.79º 0.56% 0.43% -
HSV(B) 25.79º 0.72% 0.66% -
XYZ 21.45 17.76 5.09 -
YUV 114.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 169 100 48 0 0.41 0.72 0.34 25.79 0.56 0.43
Hex A9 64 30 0 29 48 22 1A 38 2B
Octal 251 144 60 0 51 110 42 32 70 53
Binary 10101001 1100100 110000 0 101001 1001000 100010 11010 111000 101011

Color Harmonies of #A96430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96430

Black with #A96430

Text Example


Text Example

White with #A96430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96430; }

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

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

background-color css

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

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

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

border-color css

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

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

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