#A9361E

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

Shades of Brown #A9361E

Tints of Brown #A9361E

Color information

#A9361E (or 0xA9361E) is unknown color: approx Brown. HEX triplet: A9, 36 and 1E. RGB value is (169,54,30). Sum of RGB (Red+Green+Blue) = 169+54+30=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9361E is #56C9E1. Grayscale: #555555. Windows color (decimal): -5687778 or 1980073. OLE color: 1980073.

HSL color Cylindrical-coordinate representation of color #A9361E: hue angle of 10.36º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9361E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1695430-
CMYK00.680.820.34
HSL10.36º69.85%39.02%-
HSV(B)10.36º82.25%66.27%-
XYZ17.9211.172.44-
YUV85.6596.6187.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.80%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=66.80%
G=21.34%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169543000.680.820.3410.3669.8539.02
HexA9361E0445222a4627
Octal25166360104122421210647
Binary101010011101101111001000100101001010001010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9361E; }

 p { color: rgb(169,54,30); }

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

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

 a { background-color: rgb(169,54,30); }

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

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

 span { border-color: rgb(169,54,30); }

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