Html Css Color HEX #A96028 Mai Tai

📋 copy color: '#A96028'

red 169 ◦ green 96 ◦ blue 40

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

Shades of Mai Tai #A96028

Tints of Mai Tai #A96028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 55.41%
G = 31.48%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A96028 (or 0xA96028) is known color: Mai Tai. HEX triplet: A9, 60 and 28. RGB value is (169,96,40). Sum of RGB (Red+Green+Blue) = 169+96+40=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A96028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96028 is #569FD7. Grayscale: #6F6F6F. Windows color (decimal): -5677016 or 2646185. OLE color: 2646185.

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

Color convert

RGB 169 96 40 -
CMYK 0 0.43 0.76 0.34
HSL 26.05º 0.62% 0.41% -
HSV(B) 26.05º 0.76% 0.66% -
XYZ 20.93 16.95 4.18 -
YUV 111.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 169 96 40 0 0.43 0.76 0.34 26.05 0.62 0.41
Hex A9 60 28 0 2B 4C 22 1A 3E 29
Octal 251 140 50 0 53 114 42 32 76 51
Binary 10101001 1100000 101000 0 101011 1001100 100010 11010 111110 101001

Color Harmonies of #A96028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96028

Black with #A96028

Text Example


Text Example

White with #A96028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96028; }

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

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

background-color css

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

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

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

border-color css

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

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

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