#A93523

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

Shades of Brown #A93523

Tints of Brown #A93523

Color information

#A93523 (or 0xA93523) is unknown color: approx Brown. HEX triplet: A9, 35 and 23. RGB value is (169,53,35). Sum of RGB (Red+Green+Blue) = 169+53+35=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A93523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93523 is #56CADC. Grayscale: #555555. Windows color (decimal): -5688029 or 2307497. OLE color: 2307497.

HSL color Cylindrical-coordinate representation of color #A93523: hue angle of 8.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A93523 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1695335-
CMYK00.690.790.34
HSL8.06º65.69%40%-
HSV(B)8.06º79.29%66.27%-
XYZ17.9411.12.79-
YUV85.6399.43187.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.76%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=65.76%
G=20.62%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169533500.690.790.348.0665.6940
HexA935230454F2284228
Octal25165430105117421010250
Binary1010100111010110001101000101100111110001010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93523; }

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

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

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

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

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

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

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

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