Html Css Color HEX #A96030 Mai Tai

📋 copy color: '#A96030'

red 169 ◦ green 96 ◦ blue 48

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

Shades of Mai Tai #A96030

Tints of Mai Tai #A96030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 53.99%
G = 30.67%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A96030 (or 0xA96030) is known color: Mai Tai. HEX triplet: A9, 60 and 30. RGB value is (169,96,48). Sum of RGB (Red+Green+Blue) = 169+96+48=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A96030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96030 is #569FCF. Grayscale: #707070. Windows color (decimal): -5677008 or 3170473. OLE color: 3170473.

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

Color convert

RGB 169 96 48 -
CMYK 0 0.43 0.72 0.34
HSL 23.8º 0.56% 0.43% -
HSV(B) 23.8º 0.72% 0.66% -
XYZ 21.08 17.01 4.97 -
YUV 112.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 169 96 48 0 0.43 0.72 0.34 23.8 0.56 0.43
Hex A9 60 30 0 2B 48 22 18 38 2B
Octal 251 140 60 0 53 110 42 30 70 53
Binary 10101001 1100000 110000 0 101011 1001000 100010 11000 111000 101011

Color Harmonies of #A96030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96030

Black with #A96030

Text Example


Text Example

White with #A96030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96030; }

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

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

background-color css

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

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

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

border-color css

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

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

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