#A9302A

Color #A9302A Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A9302A

Tints of Brown #A9302A

Color information

#A9302A (or 0xA9302A) is unknown color: approx Brown. HEX triplet: A9, 30 and 2A. RGB value is (169,48,42). Sum of RGB (Red+Green+Blue) = 169+48+42=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A9302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9302A is #56CFD5. Grayscale: #535353. Windows color (decimal): -5689302 or 2764969. OLE color: 2764969.

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

Color convert

RGB1694842-
CMYK00.720.750.34
HSL2.83º60.19%41.37%-
HSV(B)2.83º75.15%66.27%-
XYZ17.8410.723.32-
YUV83.49104.59188.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.25%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=65.25%
G=18.53%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169484200.720.750.342.8360.1941.37
HexA9302A0484B2233c29
Octal251605201101134237451
Binary1010100111000010101001001000100101110001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9302A; }

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

 H1.HeaderClassName
 {
   color: #A9302A;
 }
 .AnyTagClassName
 {
   color: #A9302A;
 }
</style>
background-color css

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

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

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

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

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

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