#A9352A

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

Shades of Brown #A9352A

Tints of Brown #A9352A

Color information

#A9352A (or 0xA9352A) is unknown color: approx Brown. HEX triplet: A9, 35 and 2A. RGB value is (169,53,42). Sum of RGB (Red+Green+Blue) = 169+53+42=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9352A is #56CAD5. Grayscale: #565656. Windows color (decimal): -5688022 or 2766249. OLE color: 2766249.

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

Color convert

RGB1695342-
CMYK00.690.750.34
HSL5.2º60.19%41.37%-
HSV(B)5.2º75.15%66.27%-
XYZ18.0511.153.39-
YUV86.43102.93186.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.02%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=64.02%
G=20.08%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169534200.690.750.345.260.1941.37
HexA9352A0454B2253c29
Octal251655201051134257451
Binary10101001110101101010010001011001011100010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9352A; }

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

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

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

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

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

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

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

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